Skip to content

The repository contains the source code for a user service that implements user registration, login, and user management functionalities using a micro-services architecture.

Notifications You must be signed in to change notification settings

psantosh16/microservices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Features

This project is a simple user service that provides the following features:

  • User registration
  • User login
  • Uses Microservices architecture

Endpoints

The user-service provides the following endpoints:

  • /api/v1/auth/login: This endpoint used to login user
  • /api/v1/auth/register: This endpoint used to register user
  • /api/v1/user: This endpoint used to get user details
  • /api/v1/user/delete: This endpoint used to delete user
  • /api/v1/user/update/password: This endpoint used to update user password

About

The repository contains the source code for a user service that implements user registration, login, and user management functionalities using a micro-services architecture.

Topics

Resources

Stars

Watchers

Forks