Skip to content

hagonin/Recipe-Django-NextJs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recipe Api

This project is a RESTful API built with Django Rest Framework, which provides JWT authentication and enables users to search and share recipes by category and ingredients, with additional functionality for managing, rating, bookmarking and reviewing recipes. Live demo here.

Maintenance contributions welcome GitHub contributors License

Requirements (Prerequisites)

  • Python 3.10.6 and up
  • Django 4.1.5 and up
  • Django Rest Framework 3.14.0
  • Django Rest Framework Simple JWT 5.2.2

Installation

To get this project up and running locally on your computer follow the following steps.

  1. Fork or clone this repository to your local machine
  2. Create a python virtual environment and activate it $ source env/bin/activate or env\Scripts\activate on Windows
  3. Open up your terminal and run the following command to install the packages used in this project $ pip install -r requirements.txt
  4. Set up a Postgres database for the projec
  5. Rename the .env.example file found in the root directory of the project to .env and update the environment variables accordingly.

    Note: For local development, leave the Cloudinary configs empty or setup your local Cloudinary

  6. Run the following commands to setup the database tables and create a super user python manage.py migrate python manage.py createsuperuser
  7. Run the development server using : python manage.py runserver
  8. Open a browser and go to http://localhost:8000/

Screenshots

Screenshots of projects

Screenshots of the project

Features

  • 🔍 Powerful search engine with support for full-text search and Trigram Similarity
  • 🙎 Custom User model with email and password authentication
  • 🔓 Password reset & email verification functionality
  • 📗 Interactive UI and flexible customization options for generating documentation using Swagger and ReDoc
  • 🔑 Permission classes and throttling management
  • ✨ Frontend is built using Next.js and can be found here

Tech Stack / Built With

List down the technology / frameworks / tools / technology in this project.

  1. PostgreSQL - Database PostgreSQL
  2. Drf-yasg - Generate real Swagger/OpenAPI 2.0 specifications
  3. Cloudinary - Platform for all rich media types

Project Status

Project is: in progress

Authors

This remarkable project was a collaboration between two self-taught individuals who were inspired by the many brilliant women working in the tech industry. With a shared passion for coding, we worked together tirelessly to bring our vision to life and create something truly special. With dedication and hard work, we were able to build Homecook website which stands as a testament to our passion, creativity and drive. Hope you like it !

You can find me here at: Ha Gonin - feel free to contact me

Mi Huynh

License

Usage is provided under the MIT License. See LICENSE for the full details.