Project Info • How To Use • Endpoints • Contact
- 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.
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 installYou 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
The Application has 2 endpoints right now,
- To add new questions.
/addquestion
- Get the questionpaper
/getquestionpaper
GitHub Sahil Khadayate · Twitter Sahil Khadayate Gmail Sahil Khadayate