- Have Visual Studio Community installed
- Download codebase
- Open .sln file
- Build solution
- Run without debugging
The DB is not included, you will have to
- Download SQL Server 2025 Developer
- Create an SQL DB and add your own restaurants, dishes and a join table for them
- Connect to it and add your connection string in appsettings.json
- There is no seed script currently and will be implemented later
The Microsoft frameworks are version 8.0.14