Skip to content

Symfony+React concept application for searching code from vscode's github codebase

Notifications You must be signed in to change notification settings

mofesolapaul/search-vscode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project: Search VSCode

This is a single-page React application powered by a PHP (Symfony) backend that allows a user to search code on Github within Microsoft's Vscode repository. It features a caching system to prevent user from hitting the Github API's rate limit, by returning cached result for already known queries.

Setup instructions

The entire setup process has been distilled into a single file to make it easy for you to spin up the application and try it out. Run the following command in the project folder (p.s: docker must be installed on your machine):

chmod u+x setup.sh && ./setup.sh

Screenshots

Results displayed in frontend app Results displayed in frontend app

Message consumer (rabbitmq) responsible for asynchronously logging search history Message consumer (rabbitmq) responsible for asynchronously logging search history

Search history logs stored in sqlite db Search history logs stored in sqlite db

About

Symfony+React concept application for searching code from vscode's github codebase

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published