Customizable, modular, free and open-source environment for decentralized, distributed communication and collaboration without third-party dependencies.
This repository holds a minimal backend component for our medienhaus/ React application, which you can find in the medienhaus-frontend repository. The backend is written in JavaScript on top of the NestJS framework.
$ npm install
Configuration happens via environment variables. To start developing locally just copy the supplied .env.example
file to .env
and adjust the values of the variables to your likings.
# development
$ npm run start
# watch mode
$ npm run start:dev