An open API service indexing awesome lists of open source software.

https://github.com/namanrox/ques-paper-generator


https://github.com/namanrox/ques-paper-generator

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# ques-paper-generator
[![Language](https://img.shields.io/badge/Language-Javascript-blue.svg?style=flat)](https://www.javascript.com/)
[![Framework](https://img.shields.io/badge/Framework-Nodejs-brightgreen.svg?style=flat)](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.