Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 433 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 433 Bytes

SBU-Hacks-2024

Website that aims to help people find the right shoe for themselves.

Demo

Page One

Page Two

To run

Run backend first,

have mongodb runnning then run

python3 -m uvicorn backend.index:app --reload

Run frontend

cd frontend/
npm install
npm start

Page should be running at localhost:3000