A quick and simple Node.js/MongoDB/Restify API.
This example allows CRUD operations to manage your users.
git clone https://github.com/maurobonfietti/nodejs-api.git
cd nodejs-api/
npm install
Start the REST API in a local server using:
npm start
# or
npx nodemon