This is a test repo for a workshop on Git, forked from an existing project and modified to not use MongoDB. It contains a Node.js ExpressJS application with a RESTful API.
This sample has minimal users RESTful API. It is built using JavaScript/Node.js (our language of choice), ExpressJS (a small, lightweight web MVC framework).
To get started, you'll need to have the following requirements installed
- Git
- Node.js1
- npm
1See https://nodejs.org/
git clone <this repo>
npm install
npm start
npm test
See API.md for details.