Skip to content

RyanWillDev/who-represents-me

Repository files navigation

Who Represents Me

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Start a PostGres server
  • Create and migrate your database with mix ecto.setup
  • Note: If you're using nvm run nvm use from the assets directory before running npm install in the next step
  • Install Node.js dependencies with cd assets && npm install
  • 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