/QPGen

Internal QMS (Question Management System) and automated Question Paper generator used by Chennai Institute of Technology (https://citchennai.edu.in)

Primary LanguageJavaScript

QPGen

A Question paper generating tool!

Development

  1. Install Docker

  2. Clone the repository using

    git clone https://github.com/Dhanus3133/QPGen
  3. Go into the project directory

    cd QPGen
  4. Execute (Use this command whenever you add extra pakage or change the settings of the project)

    docker-compose build
  5. Run the Server with

    docker-compose up # Run Foreground
    docker-compose up -d # Run Background
    docker-compose logs --follow # To show Logs for the brackground process

Access in 127.0.0.1

Contributing

Always work in a branch and never push to master branch

Thank you for the Contributions!