Skip to content

KyleMorris84/QuizGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kyle Morris Quiz App

This is my quiz game. Enjoy. Live site is here.

Frontend is hosted with Vercel. Backend is hosted with Azure App Services.

Runing Locally

Project is setup so that the backend and frontend are decoupled and must be run separately. After cloning, follow these steps to run:

Backend

  1. Open the ./QuizAPI/QuizAPI.sln file in Visual Studio or JetBrains Ryder.
  2. Run the HTTPS build profile
  3. This will run the API on https://localhost:7070

Frontend

  1. Naviagte to ./clientV2 in the terminal
  2. Run the following commands
npm install
npm run dev

Tools / Technologies

  • React.js
  • C# with .NET9
    • ASP.NET Core for the API Functionality
    • EF Core as an ORM for the DB
  • SQLite3 for the DB

About

React Quiz Webapp with React frontend and ASP.NET backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages