Getting Started¶
Prerequisites¶
Backend Setup¶
Clone the repository and install dependencies:
git clone https://github.com/NoahRolli/pallas.git
cd pallas
python3 -m venv .venv
source .venv/bin/activate
pip3 install -r backend/requirements.txt
Start the server:
uvicorn backend.main:app --reload
API documentation is available at http://localhost:8000/docs.