https://github.com/namanrox/ques-paper-generator
https://github.com/namanrox/ques-paper-generator
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/namanrox/ques-paper-generator
- Owner: namanrox
- Created: 2023-11-26T07:47:49.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-15T11:28:20.000Z (over 1 year ago)
- Last Synced: 2024-02-15T12:33:18.717Z (over 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ques-paper-generator
[](https://www.javascript.com/)
[](https://nodejs.org/en/)## Environmental Setup
- The backend is developed in VS Code.
#### How to setup in local environment
- Download and install a code/text editor.
- Recommended -
- Download [VS Code](https://code.visualstudio.com/download)
- Download [Atom](https://atom.io/)
- Download [Node Js and npm(Node package manager)](https://nodejs.org/en/) (npm gets installed by default on downloading Node)
- Clone the repository by running the command:
```
git clone https://github.com/namanrox/ques-paper-generator.git
```
in your GitBash or terminal of VS Code.
- Run the command `cd ques-paper-generator`
- Run `node app.js` and the generated question paper will get appear in your terminal.