This is my quiz game. Enjoy. Live site is here.
Frontend is hosted with Vercel. Backend is hosted with Azure App Services.
Project is setup so that the backend and frontend are decoupled and must be run separately. After cloning, follow these steps to run:
- Open the
./QuizAPI/QuizAPI.sln
file in Visual Studio or JetBrains Ryder. - Run the HTTPS build profile
- This will run the API on
https://localhost:7070
- Naviagte to
./clientV2
in the terminal - Run the following commands
npm install
npm run dev
- React.js
- C# with .NET9
- ASP.NET Core for the API Functionality
- EF Core as an ORM for the DB
- SQLite3 for the DB