Knowledge sharing platform application aims to get the students acquainted with the courses, professors, evaluation schemes. The said things can be achieved via gathering course feedback, professor feedback, and previous year grading schemes. This can be done by making a portal (just like a blog site) where people can share their honest reviews without being scrutinized much. Getting reviews from mass makes it easy for one to choose the particular course and get the right information about that course. Crowd-sourcing of materials and feedback would make it easy to organize resources at one place. It would be more reliable, save oneβs time and avoid unnecessary bothering. Moreover, students can also get relevant course resources from the students who already opted for the course. This platform can also act as a general guidance portal.
Django, ReactJS, AWS-S3
@Ananya | @Anshuman Dhiman |
---|
This project is in its secomd iteration. We might have NodeJS as backend. In future, might do clustering of students on the basis of the course taken.
Please go through the Wiki. The success of our vision to bring knowledge to every single hand depends on you. Even a small contribution helps. All forms of contributions are highly welcomed and valued.
sudo apt install -y python3-venv
python3 -m venv <env name>
source <env_name>/bin/activate
pip install django djangorestframework django-cors-headers
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
Open a new terminal and do the following:
cd ksp
npm install
npm start
We have to parallely run frontend and backend servers.