Skip to content

medienhaus/medienhaus-backend

Repository files navigation

medienhaus/

Customizable, modular, free and open-source environment for decentralized, distributed communication and collaboration without third-party dependencies.

WebsiteFediverse


medienhaus-backend

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.

Development

Installation

$ npm install

Configuration

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.

Running the backend

# development
$ npm run start

# watch mode
$ npm run start:dev