- Make sure you are using the correct Nodejs version:
nvm install
- Install project dependencies:
npm install
- Create the
.env
file and adjust it to match your needs:cp .env.sample .env
- Start the server with docker:
docker-compose up
- With Docker Compose:
docker-compose run api npm test