https://github.com/dhtmlx/scheduler-howto-node
dhtmlxScheduler RESTful API implementation for Node/Express
https://github.com/dhtmlx/scheduler-howto-node
Last synced: 9 months ago
JSON representation
dhtmlxScheduler RESTful API implementation for Node/Express
- Host: GitHub
- URL: https://github.com/dhtmlx/scheduler-howto-node
- Owner: DHTMLX
- Created: 2018-11-27T14:33:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-26T13:26:47.000Z (almost 2 years ago)
- Last Synced: 2025-04-09T06:51:12.355Z (10 months ago)
- Language: JavaScript
- Size: 17.6 KB
- Stars: 2
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dhtmlxScheduler with Nodejs
Implementing backend API for dhtmlxScheduler using node.js and MySQL.
## Requirements
- MySql
- node.js
## Setup
- clone or download the demo
```
$ git clone https://github.com/DHTMLX/scheduler-howto-node
$ cd ./scheduler-howto-node
```
- import database from `mysql_dump.sql`
- update db connection settings in `server.js`
- install dependencies using `yarn install` or `npm install`
## Run
- `yarn start`
or
- `npm start`
## Tutorial
A complete tutorial here https://docs.dhtmlx.com/scheduler/howtostart_nodejs.html