Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 640 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 640 Bytes

Accelar Scripts

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.

Installation and dev environment


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 ```