Skip to content

Latest commit

 

History

25 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

user-service

User authentication microservice

To spin up the environment:

docker-compose build
docker-compose up -d

Endpoints:

Endpoint Params
PUT /user (register a new user) name, email, password
POST /user (authenticate a user) email, password
GET /user/{id} (view the details of a user) id

About

User authentication microservice

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages