/node-server

Web-server for the roisalen-project

Primary LanguageJavaScriptGNU General Public License v2.0GPL-2.0

roisalen

roisalen is a simple app for managing large meetings. This repository holds the node backend for roisalen.

Run the backend with Docker

The easiest way to run the node backend is by running docker-compose up. That will bring up mongodb in one container and the node backend in another.

Run the backend on your own machine

You need mongodb and npm on your system.

  1. npm install
  2. ./startDev.sh