Skip to content

Zarin21/Web-Crawler

Repository files navigation

Web-Crawler

  • A bare-bones web-crawler service with a Java/Spring backend & a React frontend.
  • Uses an Inverted Index Table to enable search queries.
  • Uses MVC (Model, View, Controller) Architecture.

Run

Run the backend service

cd backend && ./gradlew bootRun

Run the React frontend

cd ../frontend && npm start

Future plans

  • Use a MongoDB Inverted Index Table for faster queries.
  • Improve UI for the search function(some sort of loading animation).
  • Support search for multiple keywords
  • Deploy the project (both frontend and backend)

About

A bare-bones web-crawler application with a Java/Spring backend & a React frontend.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors