Skip to content

The recipe project is a web application that allows users to search, view, and add their favorite recipes.

License

Notifications You must be signed in to change notification settings

Facele55/fastApi_recipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fastApi recipes

The recipe project is a web application that allows users to search, view, and add their favorite recipes.

The application has a user-friendly interface and provides a variety of recipe categories to choose from.

The recipes are stored in a database and can be easily retrieved by searching for specific ingredients or recipe names.

Users can add their own recipes by filling out a form with details such as the recipe name, ingredients, instructions, and cooking time.

The application also allows users to view random recipes, making it easy to find new and exciting dishes to try.

The styling of the website is clean and modern, making it a visually appealing experience for users.

Instructions

  1. Fork/Clone

  2. Run the server-side FastAPI app in one terminal window:

    cd backend
    python3 -m venv env
    source env/bin/activate
    (env)$ pip install -r requirements.txt
    (env)$ python3 run_recies.py

    Navigate to http://localhost:8000

  3. Run the client-side React app in a different terminal window:

    cd frontend
    npm install
    npm start

    Navigate to http://localhost:3000

About

The recipe project is a web application that allows users to search, view, and add their favorite recipes.

Topics

Resources

License

Stars

Watchers

Forks

Packages