Online notes portal
Edu-Cate With Edu-Connect - Its time to educate yourself with EduConnnect! Come onboard, as we, a team of three, will be providing you'll a platform to learn, unlearn, nleash and get your hands on the best resources completely for free
- Cloning the repository - Clone the repository where you want to save this project
https://github.com/Meetg1/EduConnect.git
- Install dependencies
npm install
- Start MongoDB service with
mongod
- You can now run the client on your localhost
node app.js
- User register and log in
- Uploading study material such as notes/question-papers/assignments
- Segregation of documents according to subjects, course, category and university.
- Rating/points to be given for people uploading documents.
- Reporting an invalid document
- Follow someone and get notified when he uploads something.
- Review a document (Only once)
- Check User Authenication for different actions
- Star/ Unstar documents – personalized for each user
- Authority to admin such as to view stats and delete/report documents