This project maintain user database and expose various APIs like user authentication, authorization and CRUD ops.
- Clone this repository.
- Do an
npm install
- Run the service using
node app.js
- Create: API to create new user.
- Update: API to update a user.
- Read: API to view a user.
- List: API to list all users.
- Delete: API to delete a user.
- Count: API to get count of users.
- Login: login API.
- ValidateUserSession: API to validate a JWT.