To run this project on your system, ensure that you have the following prerequisites installed:
- Visual Studio 2022 or Visual Studio Code
- .NET 8 SDK
- SQL Server (Preferred) - You can use any other database, but ensure that you have the correct connection string.
- Install Visual Studio 2022 or Visual Studio Code.
- Install .NET 8 SDK.
- Make changes to the connection string in the
AppSettings.json
file.
- Navigate to Tools => NuGet Package Manager => Package Manager Console.
- Run the following command:
update-database
.
- Open the terminal.
- Run the following command:
dotnet ef database update
.
- Ensure that your SQL Server is up and running before executing the migration command.
- Double-check the connection string in
AppSettings.json
to avoid any connection issues.
With these steps completed, your project should be ready to run. If you encounter any issues during setup, refer to the project contributors.