Phoenix project skeleton with user management
Go to file
Adam Piontek 2358b6adfb added a separate 'other' non-live controller page path for testing 2021-02-26 18:28:48 -05:00
assets styling improvements, including implementing alerts with phx hook to clear flash after bootstrap alert close event 2021-02-26 12:07:33 -05:00
config fixing prod.secret.exs app/module references 2021-02-25 15:25:59 -05:00
lib added a separate 'other' non-live controller page path for testing 2021-02-26 18:28:48 -05:00
priv changed project/app name 2021-02-24 07:49:39 -05:00
test implemented bamboo mailer, satisfying tests 2021-02-24 15:52:42 -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 implemented bamboo mailer, satisfying tests 2021-02-24 15:52:42 -05:00
mix.lock implemented bamboo mailer, satisfying tests 2021-02-24 15:52:42 -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