Setup

  • Rename the .env-example file to .env and change the settings if necessary

Quick Start

First run this command in the project root folder to raise the mongodb container

docker-compose up -d

Install all project dependencies

npm install

or

yarn

Run the project

npm run dev

or

yarn dev

Insomnia Collection

Download the Insomnia V4 (JSON) collections with example requests for each application endpoint.