A platform for discovering and sharing interesting recipes.
- Search for recipes by name
- Search for recipes by ingredients
- Like recipes
- Post recipes
- Authentication
- User profiles
- Clone the repository
- Install dependencies
pip install -r requirements.txt
- Rename sample.env to .env and fill in the required fields
- Migrate
python manage.py migrate
- Run the server
python manage.py runserver
- Navigate to http://localhost:8000
- Python
- Django
- HTML
- CSS
- Tailwind CSS
- JavaScript
- PostgreSQL
- DaisyUI
- Supabase (For database)
- Cloudinary (For media hosting)
- Vercel (For hosting)
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.