Calendaring app for shift-workers to enter their uneven work schedule more easily
Go to file
2021-03-06 18:37:26 -05:00
assets did npm update for some packages 2021-03-05 11:54:07 -05:00
config removing timex in favor of main library functions 2021-03-06 00:42:13 -05:00
lib fixing error tag ids problem in liveview, and activating stricter password requirements 2021-03-06 18:37:26 -05:00
priv fixing error tag ids problem in liveview, and activating stricter password requirements 2021-03-06 18:37:26 -05:00
test initial shift template migration & schema working with user field/assoc for default shift template 2021-03-06 13:48:13 -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 migration & schema working with user field/assoc for default shift template 2021-03-06 13:48:13 -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