Skip to content

Accelar-labs/backend-scripts

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published