https://github.com/dhanus3133/qpgen
Internal QMS (Question Management System) and automated Question Paper generator (was) used by Chennai Institute of Technology (https://citchennai.edu.in)
https://github.com/dhanus3133/qpgen
automation
Last synced: 12 months ago
JSON representation
Internal QMS (Question Management System) and automated Question Paper generator (was) used by Chennai Institute of Technology (https://citchennai.edu.in)
- Host: GitHub
- URL: https://github.com/dhanus3133/qpgen
- Owner: Dhanus3133
- Created: 2022-09-12T16:23:06.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-03T18:05:14.000Z (over 2 years ago)
- Last Synced: 2025-04-08T14:44:54.466Z (over 1 year ago)
- Topics: automation
- Language: JavaScript
- Homepage:
- Size: 2.18 MB
- Stars: 6
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QPGen
A Question paper generating tool!
## Development
1. Install [Docker](https://docs.docker.com/engine/install/)
2. Clone the repository using
```bash
git clone https://github.com/Dhanus3133/QPGen
```
3. Go into the project directory
```bash
cd QPGen
```
4. Execute (Use this **command** whenever you add extra pakage or change the settings of the project)
```bash
docker-compose build
```
5. Run the Server with
```bash
docker-compose up # Run Foreground
```
```bash
docker-compose up -d # Run Background
```
```bash
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!