frontend: react, javascript (Sophie Shin, Paul Kim)
backend: supabase, postgresql, file storage (Hayeon Yun)
APIs: python/flask, Google Gemini (Brian Kim)
Prerequisites to run app: javascript, python, gemini API keys and supabase keys (not uploaded here on public repo)
React libraries: styled-components, @fontsource, react-router, react-router-dom
External python libraries: supabase, dotenv, requests, google, flask, flask-cors, uuid, re, os, PIL, pillow_heif, time
cd codinator-app
npm i
npm start
cd codinator-backend
pip install supabase dotenv requests google flask flask-cors uuid PIL pillow_heif time
python app.py