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
- Host: GitHub
- URL: https://github.com/dhtmlx/node-scheduler-demo
- Owner: DHTMLX
- License: gpl-3.0
- Created: 2013-09-04T10:42:38.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-07-26T15:17:22.000Z (over 2 years ago)
- Last Synced: 2025-05-06T01:37:45.360Z (9 months ago)
- Language: JavaScript
- Size: 127 KB
- Stars: 57
- Watchers: 12
- Forks: 46
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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