Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dhanus3133/qpgen
Internal QMS (Question Management System) and automated Question Paper generator used by Chennai Institute of Technology (https://citchennai.edu.in)
https://github.com/dhanus3133/qpgen
automation
Last synced: about 1 month ago
JSON representation
Internal QMS (Question Management System) and automated Question Paper generator 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-03T18:05:14.000Z (9 months ago)
- Last Synced: 2024-04-04T18:39:34.856Z (9 months 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!