Loading repository data…
Loading repository data…
shaikhahemad / repository
Foody Py is a dynamic and user-friendly recipe app designed to inspire culinary creativity. Built with Django, HTML, CSS, JavaScript, jQuery, and enhanced by Locomotive.js, Foody Py offers an engaging and seamless experience for food enthusiasts.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Welcome to the Recipe App! This simple application allows users to add and view recipes. It's designed for those who want a straightforward way to manage their favorite recipes.
To run this project locally, follow these steps:
Clone the repository:
git clone https://github.com/shaikhahemad/recipe_app.git
Navigate to the project directory:
cd recipe_app
Set up a virtual environment:
python -m venv venv
Activate the virtual environment:
venv\Scripts\activate
source venv/bin/activate
Install the required packages:
pip install -r requirements.txt
Run migrations to set up the database schema:
python manage.py migrate
Run the development server:
python manage.py runserver
Visit the app:
Open your web browser and go to http://127.0.0.1:8000.
Contributions are welcome! If you want to add features or make improvements, please fork the repository and submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
For questions or feedback, reach out to codingahemad@gmail.com.
Thank you for checking out the Recipe App! Enjoy adding and viewing your recipes.