Skip to main content

Getting started

Make sure to have the following software installed

  • node 18
  • MongoDb 4.2+
  • Redis
  • RabbitMQ
git clone git@github.com:hpi-schul-cloud/schulcloud-server.git

Install the packages

cd schulcloud-server
npm ci

Start MongoDb, Redis & RabbitMQ. Then seed the database

npm run setup

The last step is to start the dev server with.

npm run nest:start:dev