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!
- Keep Looking for issues and feature requests in the Issues tab.
- You can take some help from the previous PHP website design, http://littlehelp.epizy.com
- Current Website URL : http://littlehelp.herokuapp.com/
- Fork the repository and download a clone in your computer.
- Make sure you have installed latest NodeJS version, then go to the project directory and run
npm install
in command line/terminal. - Now you can run your project using the command
node index.js
in the command line/terminal.
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 :
- Repeat the Beginner Contributor process as described above.
- Create a new project in Google Developers Console.
- Create a new service account for the project, and download the credentials.
- Rename the file as credentials.json and move it to the main folder.
- Now you can make use of the http://localhost:5000/admin panel to create and delete folders.
- First you need to use the 'enableViewPermission' in index.js method to be able to upload files to gdrive.
- For further Details contact: