This is a Razor Pages project that provides various banking features for users and vendors.
Before you begin, ensure you have the following installed:
-
ASP.NET Core
-
SQL Server
- Configure the stripe api keys in appsettings.json
- Navigate to the project directory
cd Softuni-Fest- Execute the following command to apply the initial migration and create the database:
dotnet ef database update- Run the project
dotnet run(Made by: Kristiyan Aleksiev, Martin Devanathan, George Dautov, Jordan Dimitrov)