Skip to content

NewTanachot/DooProject-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inventory Management API - DooProject

  • Using .NET Core 7 WEB API

  • Just run DooProject application file and test API

Register API

url : https://localhost:7260/api/Auth/Register
method : POST
headers: { 'Content-Type': 'application/json' },
body: {
"email": "user@example.com",
"password": "string",
"firstName": "string",
"lastName": "string"
}

Login API

url : https://localhost:7260/api/Auth/Login
method : POST
headers: { 'Content-Type': 'application/json' },
body: {
"email": "user@example.com",
"password": "string"
}

GetProduct API

url : https://localhost:7260/api/Product/GetProduct
Method : GET
headers: { 
'Content-Type': 'application/json' 
'Authorization': 'Bearer {Your JWT}'
}

About

Doo Peoject API - Doo is Final Project in StartUp Study Class at Thai-Nichi

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages