Skip to content
Snippets Groups Projects

Schönherz BodyKör webpage backend

How to setup your dev server

  1. Clone the repository

  2. Install dependencies

npm install

  1. Run dev server

npm run start-dev

To start with mongoDB

docker-compose -f docker-compose.dev.yml up

Build

Run typescript compiler

npm run build

Start server

npm start