Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HackMemphis2025

Installation

  1. Clone the repository:

    git clone https://github.com/Jchoi1/HackMemphis2025.git
    cd HackMemphis2025
  2. 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
  3. Install dependencies:

    pip install -r requirements.txt

Starting the Server

  1. Navigate to the backend directory:

    cd backend
  2. Run the server:

    uvicorn main:app --reload
  3. Access the application: Open your browser and navigate to http://127.0.0.1:8000.

Notes

  • Ensure you have Python 3.8 or higher installed.
  • If you encounter any issues, check the console logs for error messages.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages