Phoenix project skeleton with user management
Go to file
2020-10-19 16:35:33 -03:00
assets Create phoenix project 2020-09-12 19:47:24 -03:00
config Run phx.gen.auth generator for creating users 2020-09-12 21:07:02 -03:00
lib Add a way to force user logout 2020-09-28 06:06:15 -03:00
priv Add property seeds 2020-09-14 22:06:10 -03:00
test Add tests for force_logout feature 2020-09-28 20:55:00 -03:00
.formatter.exs Create phoenix project 2020-09-12 19:47:24 -03:00
.gitignore Create phoenix project 2020-09-12 19:47:24 -03:00
mix.exs Add roles to user 2020-09-12 21:14:06 -03:00
mix.lock Add roles to user 2020-09-12 21:14:06 -03:00
README.md Add article link to readme 2020-10-19 16:35:33 -03:00

RealEstate

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