Skip to content

spaki/quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quiz

Example of a quiz built with ASP.NET Core WebAPI and React.

The idea of the demo is have a web app where the user can chose an option to answer a question.

In the API is possible to POST a new Question, and GET the last Question posted. It is possible too POST an Answer and GET the answers statistics.

All the data is recorded in a MongoDB and the Backend is Docker ready!

The projects are separated.

To start the Backend API, go to api folder, and type the commands:

dotnet restore
dotnet build 
dotnet run

(Also, you can use the debug of Visual Studio Code or "Regular" Visual Studio)

To start the Frontend, go to ui directory and type the command:

npm start

(You need to have nodejs installed)

About

Example of a quiz built with asp.net core webapi and reactjs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published