Running locally with docker:
- Start the application with
docker-compose up --build - Now you can visit
localhost:4000from your browser
Running locally:
- Run
mix deps.getto install all dependencies - Create and migrate your database with
mix ecto.setup - Start the application with
mix phx.server - Now you can visit
localhost:4000from your browser
Running tests:
- Runn
mix testto execute the tests - Run
mix coveralls.htmlto execute the tests and export the reports to/coverfolder
Ready to run in production? Please check our deployment guides.