Welcome to Parijana-Papers π
Parijana-Papers is a website that contains previous year papers of
UIET, Kanpur
- Easy searching of question papers by various tag names
- Subject Code
- Subject Name
- Semester number
- Teacher name
- Year of examination
- Course Year
- Clean UI
- Responsive Design
Node JSshould be installed on your system.MongoDB Compassshould be installed on your system or you can useMongoDB AtlasGoogle Drive APIcredentials
You can get them from here
- Clone this repo on your system
git clone https://github.com/algomonk016/Parijana-Papers.git
cd Parijana-Papers- Now, instll the dependencies using given commands
cd ./client-side
npm install
cd ../server
npm install- Create a
.envfile insideserverfolder and provide your credentials
DATABASE_URL: <value>
CLIENT_ID: <value>
CLIENT_SECRET: <value>
REDIRECT_URI: <value>
REFRESH_TOKEN: <value>- Once you've installed all the dependencies, reopen
terminalin root folder and run following commands
cd ./client-side
npm startthis will boot up the react-app on localhost:3000, then go to localhost:3000/college to run the app
- Now open another
terminalin the root folder and run following commands
cd ./server
npm server.js
this will boot up the node server on localhost:5000
Now you're good to go ...
- Dark mode
- Uploading multiple files at single shot
- More user friendly UI
- A super-admin, with super powers
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.

