Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 206 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 206 Bytes

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