A simple backend app, running a RESTful API server using Express
Install:
npm install
Test:
npm test
Run:
npm start
The app runs a server that you can access at http://localhost:5000/messages
Tested with NPM version 5.3.0
, and node version v8.3.0
.
Currently, not connecting to any SQL server; however, code is reserved in servers.js
(commented out) for future implementation of this.