Phoenix project skeleton with user management
Go to file
2020-09-13 06:54:08 -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 functions to add admins 2020-09-12 21:37:05 -03:00
priv Add seeds to create user and admin 2020-09-13 06:54:08 -03:00
test Add functions to add admins 2020-09-12 21:37:05 -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 Create phoenix project 2020-09-12 19:47:24 -03:00

RealEstate

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