Prerequisite Node express framework with MongoDB as a backend. MongoDB installed from https://www.mongodb.com/download-center#community and started.
This is basic node rest api services for Log in of any application
- Register a new user
- List all users
- update user datas
- Delete a user
- Logged in validation
The example end point of service "http://localhost:3000/users/get"
More servcies found in routes.
Start Node run time in port 3000: npm start