/ai-morning-pages

Primary LanguageDockerfileApache License 2.0Apache-2.0

Frontend: Next.js Backend: Python - Flask

Setup

To start Frontend:
npm run dev

To start Backend:
cd backend && python -m venv .venv
cd backend && source .venv/bin/activate

When finished development of backend:
deactivate