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

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

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