Sunhacks Fall 2024 React Docs FastAPI Docs Using Axios in React Bootstrap Docs Setup Guide Clone the repo git clone https://github.com/bwally0/sunhacks-fall24.git Install dependencies pip install -r ./server/requirements.txt cd ./client npm install Run client and server ./client> npm run dev ./server> fastapi dev src/main.py