This is a simple example of an rest api written in javascript. It uses the express framework and mongodb as the database with the native driver. You can checkout all its requests in the postman collection below.
Install dependencies
npm install
Start api
npm run start-api
Optionally start account manager site to reset password
npm run start-account-manager