Calendaring app for shift-workers to enter their uneven work schedule more easily
Go to file
2021-03-12 18:44:25 -05:00
assets made bootstrap colors more flexible, styled calendar table better 2021-03-12 18:44:25 -05:00
config added Timex and refined shift template length handling 2021-03-12 09:41:41 -05:00
lib made bootstrap colors more flexible, styled calendar table better 2021-03-12 18:44:25 -05:00
priv added weekdays enum and week_start_at for user records 2021-03-12 11:15:22 -05:00
test initial liveview/context/schema generation for Shifts 2021-03-11 17:16:11 -05:00
.formatter.exs Create phoenix project 2020-09-12 19:47:24 -03:00
.gitignore refactored for new project name 2021-03-05 19:23:32 -05:00
.iex.exs reorganized shift templates files 2021-03-11 16:57:20 -05:00
mix.exs added Timex and refined shift template length handling 2021-03-12 09:41:41 -05:00
mix.lock bamboo upate 2021-03-05 11:01:46 -05:00
README.md refactored for new project name 2021-03-05 19:23:32 -05:00

Shift73k

See full article here.

Start server

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Install Node.js dependencies with npm install inside the assets directory
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more