This project is the api for a dynamic bloc application. It is built using C# and ASP.NET Core, with Entity Framework Core for database interactions. The project provides a robust API for managing blog posts user authentication, comments and other blog related functionalities
Backend: ASP.NET Core,
Database: Entity Framework Core and Sql Server,
Authentication: JSON Web Tokens (JWT),
API Documentation: Swagger
admin { username: Admin@gmail.com password: admin@123 } user { username: User@gmail.com password: user@123 }
-
Open NuGet terminal and type
Update-Database -Context "DataContext"
-
Update-Database -Context "AuthDataContext"