Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

realzimon/backzimon-node

Repository files navigation

Backzimon-Node

Build Status

This is Zimon, a simple dashboard for Zivis. The repository at hand contains the Node.js backend.

Developer Setup

git clone git@github.com:realzimon/backzimon-node.git
cd backzimon-node
npm install
npm install -g nodemon # if you do not already have it
node nodemon

Initialise the Database

Connect to your mongoDB instance and create the database: zimon

use zimon

After you have created the db you can initialise the database with the following command:

npm run db:init

This will remove all previous entries of the database documents (zivis and quotes) and insert the values from the config files.

Testing

You can run the test suite using:

npm test

About

A dashboard application for civil servants to fairly distribute work. Node.js backend connecting to a MongoDB.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published