Skip to content

Latest commit

 

History

29 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📚 Simple Auth API

A User Authentication system built with ASP.NET Core Web API and Entity Framework Core. Designed as a backend training exercise for learning modern API development and secure authentication patterns.

Running

docker build -t loginbackend .

docker run -e ConnectionStrings__DefaultConnection="Data Source=/app/data/LoginBackend.db" -p 8080:8080 loginbackend

About

Simple login / account API

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages