/ssb

Primary LanguageEJS

SSBComrade🎯🎯

Be the next one to adore the uniform.

SSBComrade is made for defence aspirant who are looking for guidance during their SSB preperation.

Features

The e-learing platform to nourish your personality, especially for the SSB interview.

  • Can Know about diffrent opportunities in armed forces.
  • Complete Testing Module for Screening Test & Psychological Test
  • You can Practice Screening test and can track your daily progress on our platform.
  • You can also write your stories and get feedback from our experts.
  • You can read and write Blogs related to ssb preperation that will help you and others too.
  • Can write your views on the comment section.
  • Tech-Used:

    Our Team




    You can contribute by following below set of instructions

    Environment Setup-
    • Drop a ⭐ on the GitHub repository.




    • 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.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:5500/
    

    • 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.