A Question paper generating tool!
-
Install Docker
-
Clone the repository using
git clone https://github.com/Dhanus3133/QPGen
-
Go into the project directory
cd QPGen
-
Execute (Use this command whenever you add extra pakage or change the settings of the project)
docker-compose build
-
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