Phoenix project skeleton with user management
Go to file
Joao Gilberto Balsini Moura 068be8d583 Add property seeds
2020-09-14 22:06:10 -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 Store user that created a property 2020-09-14 20:45:56 -03:00
priv Add property seeds 2020-09-14 22:06:10 -03:00
test Store user that created a property 2020-09-14 20:45:56 -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