The .env.example
is an example .env
file that
should list all the necessary environment variables required
for development. If a new variable is needed, make sure to add it
to the example file.
cp .env.example .env
docker-compose
runs the application in development mode along with
a local mongodb instance. It watches for file changes during development
docker-compose build
docker-compose up