This contains all of the application code for HerdKnowledge.com
- Python 3.8 or higher
- Clone the repository
- Install dependencies:
pip install -r requirements.txt
Start the FastAPI server using uvicorn:
uvicorn app.main:app --reloadThe application will be available at http://localhost:8000