Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.61 KB

README.md

File metadata and controls

29 lines (21 loc) · 1.61 KB

Littlehelp

Overview

Littlehelp is an open source, Study Material sharing platform for IET DAVV students. If you feel any issue or want to suggest some improvement, kindly mention in the issues, or contribute yourself!

How to contribute ( Beginner + Frontend )

  1. Fork the repository and download a clone in your computer.
  2. Make sure you have installed latest NodeJS version, then go to the project directory and run npm install in command line/terminal.
  3. Now you can run your project using the command node index.js in the command line/terminal.

How to Contribute ( Advanced )

If you want to make changes to the backend of the project, then you need to first familiarize yourself with REST API and its authentication concepts. Afterwards, following steps should be taken :

  1. Repeat the Beginner Contributor process as described above.
  2. Create a new project in Google Developers Console.
  3. Create a new service account for the project, and download the credentials.
  4. Rename the file as credentials.json and move it to the main folder.
  5. Now you can make use of the http://localhost:5000/admin panel to create and delete folders.
  6. First you need to use the 'enableViewPermission' in index.js method to be able to upload files to gdrive.
  • For further Details contact:

Prakhar Londhe or Govind Choudhary

You are ready to contribute!