Welcome to ChefEasy Django Project! it is a full stack portfolio project for foundations phase in ALX SWE program Cohort 18. This project provide A website that produes how to prepare many delicious meals and the ingredients for each meal, providing essential functionality and data management using Django, a high-level Python web framework.
To get started with the Kid Coder Carnival Django project, follow these simple steps:
- Clone the repository: (https://github.com/OMAREID0/ChefEasy)
- Navigate to the chefeasy directory: (cd main)
- Install dependencies
Once the installation is complete, you can run the Django project locally:
python manage.py runserver
The Django project will be accessible at http://localhost:8000
We welcome contributions from the community! If you'd like to contribute to this project, please follow these guidelines:
- Fork the repository
- Create a new branch for your feature: git checkout -b feature-name
- Commit your changes: git commit -am 'Add new feature'
- Push to the branch: `git