Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

console app on .NET8 that act as mvc server just a simple rest api that built in c# it uses packages Newtonsoft.Json,Microsoft.AspNetCore.App,Microsoft.AspNetCore.Hosting

endpoints: POST /api/login requires body: {"username":"example","password":"example"} returns body: {"token":"example","statusCode":"example","username":"example"}

POST /api/register
requires body: {"username":"example","password":"example"}
returns body: {"statusCode":"example"}

POST /api/logout
requires body: {"token":"example"}
returns body: {"statusCode":"example"}

GET /api/test
returns body: true/false

About

a simple rest api that act as login system in dotnet

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages