https://github.com/bancer/rest-nodejs-express-example
An example of RESTful server application written in Javascript using Node JS and Express.
https://github.com/bancer/rest-nodejs-express-example
Last synced: about 1 year ago
JSON representation
An example of RESTful server application written in Javascript using Node JS and Express.
- Host: GitHub
- URL: https://github.com/bancer/rest-nodejs-express-example
- Owner: bancer
- License: mit
- Created: 2017-04-30T15:02:27.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-30T15:28:12.000Z (about 9 years ago)
- Last Synced: 2025-04-07T12:48:10.656Z (about 1 year ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://scrutinizer-ci.com/g/bancer/REST-NodeJS-Express-Example/?branch=master)
# How to install
Install dependencies. Execute in the console:
```cd REST-NodeJS-Express-Example && npm install```
Install the database, the database user and data:
* execute res/schema.sql and res/dump.sql in MySQL
# How to run
Start the server app. Execute in the console:
```npm start```