Skip to content

dh-center/st-retrospect-api

Repository files navigation

Discord CI

St.Retrospect project API

Development

  1. Run yarn install for installing dependencies
  2. Run yarn start:dev to start server in development mode

Production

  1. Run yarn install for installing dependencies
  2. Run yarn build to build TypeScript code
  3. Run node build/index.js to run server

Database

We use MongoDB as our primary database. To init necessary MongoDB indexes and collections you need to run init-indexes.js file with the following command:

docker-compose -f docker-compose.dev.yml exec mongodb mongo /scripts/init-indexes.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •