Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

Instructions to run the application

Backend:

cd backend python api.py - this will start a server on port 8000

you can json_gen.py to generate fake data

Frontend: cd search-ui npm start - this will open up the application in browser with port 30000