Skip to content

Abhinash16/QuizApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

API

A simple API that uses express to handle different _http requests.

This is for the projects of the Campus Street Boot Camp, given as a class activity.

Api which gets a random set of elements from a json data as a questionbank using GET.

Api that checks the response from a client as a answer and validates it using POST.

For every post there is a internal logical count (marks) in the server, which is reflected to the client at the end all question attemption.

How to Run

Please check that you have Node.js installed with npm. If you don't know where to start, check https://nodejs.org/.

Then run what a usual Node.js application needs with dependencies:

npm install

Finally, run our application:

npm start # works the same for: node index.js

Requirement

Please do not forget to include the data.json file in the same folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors