An open API service indexing awesome lists of open source software.

https://github.com/dhtmlx/node-scheduler-demo

Demo of dhtmlxScheduler with NodeJs + MongoDB as backend
https://github.com/dhtmlx/node-scheduler-demo

Last synced: 6 months ago
JSON representation

Demo of dhtmlxScheduler with NodeJs + MongoDB as backend

Awesome Lists containing this project

README

          

dhtmlxScheduler with NodeJs
===================

Demo of dhtmlxScheduler with NodeJs + MongoDB as backend

### How to start

To run the app, do the next after cloning the repo

~~~
npm install
npm start
~~~

after that, open in a browser http://localhost:3000/init to generate a test data, and http://localhost:3000 to check the calendar.

### DB config

App expects to find the mongoDB on localhost, you can change the server address in the app.js