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.
docker build -t loginbackend .
docker run -e ConnectionStrings__DefaultConnection="Data Source=/app/data/LoginBackend.db" -p 8080:8080 loginbackend