To start your Phoenix server:
- Ensure you have a copy of the environment variables inside a
.envfile in the root directory of the project - Run
source .env - Run
mix setupto install and setup dependencies - Start Phoenix endpoint with
mix phx.serveror inside IEx withiex -S mix phx.server
Now you can visit localhost:4000 from your browser.
- localhost/4000/api/swagger for the swagger UI