- Make sure the root folder has .env file with OPENAI_API_KEY
- docker-compose up -d --build for running the backend - FASTAPI
- cd frontend
- npm i for installation
- npm run dev (Might have problem on platforms other than windows)
Choices of technology -
- Since I wanted to do fast prototyping I chose FastAPI in python with Vue for the frontend.
- I chose docker for fast setup although for frontend there were some minor roadblocks so we're directly using npm run dev