Phoenix project skeleton with user management
Go to file
Adam Piontek 6aa9a4bd48 improved input fields, icons, error helpers 2021-03-08 22:23:19 -05:00
assets improved input fields, icons, error helpers 2021-03-08 22:23:19 -05:00
config user management with pagination & modal improvements 2021-03-04 22:03:27 -05:00
lib improved input fields, icons, error helpers 2021-03-08 22:23:19 -05:00
priv improved input fields, icons, error helpers 2021-03-08 22:23:19 -05: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 minor .gitignore style change 2021-02-24 13:11:36 -05: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 removing phx_gen_auth dep as no longer needed 2021-03-05 12:59:11 -05:00
mix.lock bamboo upate 2021-03-05 11:01:46 -05: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