Skip to content

DariaYakovleva/uhobby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

uhobby

Smart hobby search

https://www.ykvlv.ai/uhobby

React frontend

cd frontend && npm start

fastAPI backend

cd backend && docker build -t uhobby . && docker run uhobby -p 90:90