Skip to content

kavi-appveen/ds-user-management

 
 

Repository files navigation

User Management

Introduction

This project maintain user database and expose various APIs like user authentication, authorization and CRUD ops.

How to start

  1. Clone this repository.
  2. Do an npm install
  3. Run the service using node app.js

APIs

  1. Create: API to create new user.
  2. Update: API to update a user.
  3. Read: API to view a user.
  4. List: API to list all users.
  5. Delete: API to delete a user.
  6. Count: API to get count of users.
  7. Login: login API.
  8. ValidateUserSession: API to validate a JWT.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.4%
  • Shell 1.5%
  • Dockerfile 0.1%