Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Question paper generator

Project InfoHow To UseEndpointsContact

Project Info

  • This is a simple application made using node.
  • You can add questions to a database, and then fetch this questions in the form of a question paper
  • The question paper has (100 marks, Difficulty, {20% Easy, 50% Medium, 30% Hard })
  • I have used a mongoDB database instead of the question store.

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/Sah314/reelotask.git

# Go into the repository
$ cd reelotask

# Install dependencies
$ npm install

You will also need to keep your MONGODB URI in a .env file in the main folder

MONGODB_URI=mongodb+srv://username:password@cluster0.v5xgni0.mongodb.net/reelo?retryWrites=true&w=majority
# Run the app
$ node index.js

Endpoints

The Application has 2 endpoints right now,

  1. To add new questions.
/addquestion
  1. Get the questionpaper
/getquestionpaper

Contact

GitHub Sahil Khadayate  ·  Twitter Sahil Khadayate Gmail Sahil Khadayate

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages