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

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.

Awesome Lists containing this project

README

          

[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/bancer/REST-NodeJS-Express-Example/badges/quality-score.png?b=master)](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```