SSBQUIZ is made for defence aspirant who are looking for practice during their SSB preperation.
Environment Setup-
- Drop a ⭐ on the GitHub repository.
- Download and install a code/ text editor.
- Recommended-
- Download Node Js and npm(Node package manager) (when you download Node, npm also gets installed by default)
- Mongo DB community edition is free & a great software in order to work with MongoDB applications. Download Mongo DB community editition
- Robo 3T is a desktop graphical user interface (GUI) for Mongo DB. It can help to skip running all the Mongo DB commands manually every time we want to access the data. Download Robo 3T (optional)
- Clone the repository by running command
git clone https://github.com/ <your user-name> /AMAN123956/ssb-quiz.git
in your git bash.
- Run this command to install all dependencies for the project.
npm install
All the current dependencies -
"body-parser": "^1.19.0",
"ejs": "^3.1.6",
"express": "^4.17.1"
- Run this command to start the project on local host 5500.
node app.js
- Open link to view the website in your browser window if it doesn't open automatically.
http://localhost:3000/
- You can learn more about EJS template engine and its syntax to know how we can use it inside our HTML using the documentation
- Now you are all set to use this project.