Phoenix project skeleton with user management
Go to file
Adam Piontek ce5aef3239 update deps, change to compile_env for getting app config 2021-04-08 12:01:46 -04:00
assets update deps, change to compile_env for getting app config 2021-04-08 12:01:46 -04:00
config working to get bones73k up to par with work done on shift73k 2021-03-26 18:55:17 -04:00
lib update deps, change to compile_env for getting app config 2021-04-08 12:01:46 -04:00
priv fixing navbar to be on par with shift73k work 2021-03-26 19:14:14 -04:00
test changes to accommodate a delete user modal 2021-03-05 15:32:01 -05:00
.formatter.exs Create phoenix project 2020-09-12 19:47:24 -03:00
.gitignore working to get bones73k up to par with work done on shift73k 2021-03-26 18:55:17 -04:00
.iex.exs implemented bamboo mailer, satisfying tests 2021-02-24 15:52:42 -05:00
README.md changed project/app name 2021-02-24 07:49:39 -05:00
mix.exs working to get bones73k up to par with work done on shift73k 2021-03-26 18:55:17 -04:00
mix.lock update deps, change to compile_env for getting app config 2021-04-08 12:01:46 -04:00

README.md

Bones73k

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