Clone the Repository
git clone https://github.com/Shakiran-Nannyombi/Londoolink-AI.git
cd Londoolink-AI/backend
Install Dependencies
uv venv
source .venv/bin/activate
uv pip install -r requirements.txt
Environment Variables
Create a .env file in the backend directory:
cp .env.example .env
# Edit .env and add your API keys (OPENAI_API_KEY, etc.)
Run the Server
uvicorn app.main:app --reload
Navigate to Frontend
cd ../app-frontend
Install Dependencies
npm install
Run Development Server
npm run dev
Access App
Open http://localhost:3000 in your browser.