Example of creating an API without using frameworks. This example was used in a class and is being made available for student reference.
Install dependencies and modules.
$ npm install
After installing the dependencies the application is ready to run.
$ npm start
$ npm start:watch
$ npm test
$ npm test:watch
Project developed for academic purposes.