Basic RESTful-API using node.js and mongoDB.
- npm
npm install
GET: Get all users.POST: Create a new user.DELETE: Delete all users.
GET: Get users by id.PATCH: Update users by id.DELETE: Delete users by id.
POST: Login using username and password.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.