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
Start the server app. Execute in the console:
npm start
An example of RESTful server application written in Javascript using Node JS and Express.
JavaScriptMIT