To set up the app:
- Install dependencies with
mix deps.get - Edit the database configuration in
config/dev.exsandconfig/test.exs - Create and migrate your database with
mix ecto.setup - Install Node.js dependencies with
cd assets && yarn install - Start Phoenix endpoint with
mix phx.server
Now you can visit localhost:4000 from your browser.
# Configure your databaseconfig:gather,Gather.Repo,username: "my postgres user name",# Update this line!password: "my postgres password",# and this one, too!database: "gather_dev",hostname: "localhost",pool_size: 10