Skip to content

RajatAgrawal117/CalorieApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django CalorieApp

Welcome to the Django CalorieApp repository! This project is a web application built with Django that enables users to search for nutritional information of various food items. Whether you're a fitness enthusiast or just curious about the calories in your favorite foods, CalorieApp has got you covered.

Getting Started

To get started with the project, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/your-username/django-calorieapp.git
    cd django-calorieapp
  2. Set Up Virtual Environment:

    python -m venv venv
    source venv/bin/activate  # On Windows, use 'venv\Scripts\activate'
  3. Install Dependencies:

    pip install -r requirements.txt
  4. Run Migrations:

    python manage.py migrate
  5. Start the Development Server:

    python manage.py runserver
  6. Visit the Application: Open your web browser and go to http://localhost:8000/ to access CalorieApp.

Project Structure

  • calorieapp/: Main Django application directory.
    • templates/: HTML templates for rendering views.
    • static/: Static files (CSS, JS, images).
    • views.py: Contains Django views for handling requests.
    • urls.py: URL patterns for routing requests to views.
    • models.py: Defines database models.
  • manage.py: Django management script for various tasks.

Dependencies

Contributing

I welcome contributions! If you'd like to enhance the project or fix issues.d).

Feel free to explore, contribute, and make the CalorieApp even better! If you have any questions or issues, please create a GitHub issue. Happy coding! 🚀🍏💻

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages