Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 644 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 644 Bytes

Open API for the gemeinschaft.online database

This is the server that can write the necessary things to the database

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

To install all dependencys use npm install

Then to start use npm run dev to start the server in dev mode.

Do not forget that the server needs a .env file to work. An example .env.example is provided.

Deployment

The server can just be deployed with npm run build and then npm run start.