This is a backend meant for the Accelar team to share specific backend resources as open-source. The scripts are modular and are one part of the monolithic Accelar backend.
Using npm to install the dependecies (at the moment there is depeencies conflicts that will need to be resolved, so use --force)
npm install --force
Envs:
Copy from .env.example
Start the script or run the docker container
npm run start:dev
```shell docker run -d -p 80:80 --name my-backend-container -e ENV_VAR=value my-backend-image ```