https://mess-menu-nu.vercel.app/
- Framework: Django + Django REST Framework (DRF)
- Database: SQLite (Development) / PostgreSQL (Production)
- AI Integration: Google Gemini (1.5 Flash) for menu image processing
- Framework: Next.js (React)
- Styling: Modern CSS / Tailwind (Optional)
- PWA: Fully offline-capable Progressive Web App
- Python 3.8+
- Node.js 18+
- Gemini API Key
- Navigate to the
backenddirectory. - Create and activate a virtual environment.
- Install dependencies:
pip install -r requirements.txt
- Run migrations:
python manage.py migrate
- Start the server:
python manage.py runserver
- Navigate to the
frontenddirectory. - Install dependencies:
npm install
- Run the development server:
npm run dev