Skip to content

Platform providing information of all the professors amongst all the IITs using web scraping

Notifications You must be signed in to change notification settings

Vishal1541/search_guru

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Search Guru

Search Guru is a platform which scrapes information from different IIT's websites and various department/ branches and shows collectively various professors information such as their background, contact, address, experience, scholarly publications, skills and accomplishments, researcher identity, etc. on a single webpage. Currently people working on it are:

Aashish Kumar Vishal Anand Dheeraj Yadav Kriti Mehta Anam Siddiqui Rashika Rathi

Getting Started

Install the Node Package Manager

$ sudo snap install node --classic --channel=10
$ npm install nodemon -g

Fork this repo and clone it

$ git clone https://github.com/<Your User Name>/search_guru.git

Open the folder search_guru and install the dependencies

$ npm install

Run the application

# In the search_guru folder
$ nodemon

# Inside the client folder
$ npm start

The web app runs at port 4200 i.e. http://localhost:4200/ and the Mongoose db at port 3000

About

Platform providing information of all the professors amongst all the IITs using web scraping

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 44.6%
  • TypeScript 31.6%
  • HTML 15.0%
  • CSS 8.8%