Project description here.
This project adheres to Semantic Versioning.
- New feature.
Run with Docker and VS Code:
-
Install the Visual Studio Code Remote - Containers and follow the instructions to open the project.
-
Set the required environment variables as described below
Start the API with the command below:
yarn server:dev
To run this project, you will need to add the following environment variables to your .env file
NODE_ENV
PORT
BASE_URI
DB_DIALECT
DB_HOST
DB_USERNAME
DB_PASSWORD
DB_PORT
API_AUTHENTICATION
RABBIT_USER
RABBIT_PASSWORD
RABBIT_HOST
RABBIT_PORT