Skip to content

MikRyam/DRF-React-Recipes-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django & React Recipes App

Recipes App is a service that allows you to find recipes for different dishes.

Stack:

  • Django
  • Django REST Framework
  • ReactJS
  • Redux Toolkit Query

Cloning the repository

  1. Clone the repository using the command below:
    git clone [email protected]:MikRyam/DRF-React-Recipes-App.git
  1. Move into the directory where we have the project files:
    cd DRF-React-Recipes-App
  1. Create a virtual environment:
    # If you are on Windows
    virtualenv env
    # If you are on Linux or Mac
    python -m venv env
    # or
    python3 -m venv env
  1. Activate the virtual environment:
    # If you are on Windows
    .\env\Scripts\activate
    # If you are on Linux or Mac
    source env/bin/activate

Running the App

    python manage.py runserver

The development server will be started at http://127.0.0.1:8000/

OpenAPI (Swagger) documentation is available at http://127.0.0.1:8000/swagger/


App Preview:

Main page

Category page

Recipe page

About

Django REST Framework & React Recipes App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published