Skip to content

CodewithAbhi7/Nutribite

Repository files navigation

Nutribite

Nutribite is a web-based platform for recipe and food item search. • Built using Django, a robust and reliable web framework for seamless API integration. • Users can browse a vast collection of recipes, filter search results by cuisine, meal type, dietary preferences, and country of origin, and save their favorite recipes. • The platform has an intuitive and user-friendly interface.

How to start your project?

1.Create a virtual environment: python -m venv venv

  1. Activate the virtual environment: On Windows:

           venv\Scripts\activate
    

    On macOS/Linux:

          source venv/bin/activate
    
  2. Install dependencies:

        pip install -r requirements.txt
    
  3. Apply database migrations:

    python manage.py migrate
    

Run the Project

python manage.py runserver

This is the Preview of our webite:

Screenshot 2023-04-26 150200 Screenshot 2023-04-26 144322 Screenshot 2023-04-26 144412

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published