Calendaring app for shift-workers to enter their uneven work schedule more easily
Go to file
2021-03-09 20:55:59 -05:00
assets added navbar link for shift templates, and button icon for new shift templates 2021-03-09 20:18:56 -05:00
config removing timex in favor of main library functions 2021-03-06 00:42:13 -05:00
lib implemented shift template delete modal 2021-03-09 20:55:59 -05:00
priv removed label from shift template, added seeds for shift templates 2021-03-07 08:01:46 -05:00
test continuing improvements 2021-03-08 07:39:41 -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 initial shift template live view progress 2021-03-06 20:16:56 -05:00
mix.exs removing timex in favor of main library functions 2021-03-06 00:42:13 -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