A lot of students face the difficulty in finding proper resources to study. Students have to prepare for their academics as well as placements.As the resources are scattered so it wastes a lot of time in finding the resources.
'Gyan Sangrah', a website solves this problem by gathering all the study material and resources at a single place. The website mainly focuses on two sections.
1. Acedemics
In this section user can get the various information related to academics like PYQ's, Time Table,Calender, Books on varous subjects etc.
User Can do the following things
a).Find PYQ's
b).Search books
c).Search Assignments
d).View Time Table
e).View Acedemic Calender
2.Placements
This section focuses on placement preparation.There are 5 sub sections in this section
a).Data structures and algorithms
b).Core Subjects
c).CP Resources
d).Project Ideas
e).Resume making tips
- HTML
- CSS
- Javascript
- Python
- bootstrap
- Django
- Install python on your system.
- Installation of Django
a) install pip : -m pip install -U pip
b) install virtual environment : pip install virtualenv
c) set virtual environment : virtualenv env_site
d) change directory to env_site : cd env_site
e) go to Scripts directory : cd Scripts
f) run the command : Activate
g) install django : pip install django - Return to env_site directory by the following command : cd ..
- Run the following command
cd GyaanSangrah - Start the Server
python manage.py runserver - To check the server running or not go to web browser and enter
http://127.0.0.1:8000 as url
Team Name: Ninja Turtles