Backend Application for the CaveProvider School Management System.
Before running this code, you should have experience with the following:
- C#
- ASP.NET
- ASP.NET Identity
- Entity Framework
- Visual Studio
- Dot Net SDK
- Postgres
- SqlServer
- Make sure you configure both the API and Identity API as startup projects
- The Solution has 2 database providers one for Postgres and one for SqlServer. The default is for Postgress you can change the database provider in the
appsettings.json
file of both the API and the Identity API. You can set the Provider to either Postgres or SqlServer
- Fork the repository.
- Clone your fork:
git clone https://github.com/yourusername/caveprovider.git
cd caveprovider
dotnet run