-
Clone the repository:
git clone https://github.com/Jchoi1/HackMemphis2025.git cd HackMemphis2025 -
Set up a Python virtual environment (optional but recommended):
python3 -m venv venv source venv/bin/activate # On macOS/Linux venv\Scripts\activate # On Windows
-
Install dependencies:
pip install -r requirements.txt
-
Navigate to the backend directory:
cd backend -
Run the server:
uvicorn main:app --reload
-
Access the application: Open your browser and navigate to
http://127.0.0.1:8000.
- Ensure you have Python 3.8 or higher installed.
- If you encounter any issues, check the console logs for error messages.