Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Recipes-App

Welcome to my Recipes-App!

Running the Application

Step 1: Running the Django REST Framework Server

  1. Open the first terminal and navigate to the directory cd recipes_project.
  2. Install all dependencies by running the command:

pip3 install -r requirements.txt

  1. Start the Django server by running the command:

python manage.py runserver

Step 2: Running the React Client

  1. Open the second terminal and navigate to the directory cd recipes_project/recipes_frontend.
  2. Install all dependencies by running the command:

npm install

  1. Start the client side by running the command:

npm start

Congratulations! Your application is successfully running. Enjoy!

Documentation

Documentation is available at the following links:

  • Swagger - Open Swagger to interact with the API.
  • Documents - View the project documentation.
  • DRF - Go to the Django REST Framework interface.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages