/REST-NodeJS-Express-Example

An example of RESTful server application written in Javascript using Node JS and Express.

Primary LanguageJavaScriptMIT LicenseMIT

Scrutinizer Code Quality

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