/distr-server

Distr API and Server

Primary LanguageTypeScript

Distr Server

Typescript NestJS

Distr backend GraphQL Server. Central server in the Distr platform that modules connect to via gRPC.

Development

How do I get set up?

  1. Clone this repo
  2. Install dependencies npm install
  3. Set the .env variables to valid values
  4. Run npm run dev to run the server locally