ChefCart is Restaurant website which is created using Django. It provides information about any particular Restaurant and provides a prebooking table feature which leads a smooth experience.
You can see the live site here
- About Us: Brief introduction about the restaurant like why they are so special, why to choose them and who are their chefs.
- Special Offers: What special offer they are providing.
- Menu: Well categorised menu of dishes.
- Reserve a Table: Pre-booking table facility with a confirmation mail acknowledgement.
- Our Blogs: Great collection of blogs which provides comment feature.
- Contact Us: Easy way to contact the restaurant with email acknowledgement.
virtualenv -p python3.8 restaurant
Replace restaurant with your virtual environment name and python3.8 with your python version
cd restaurant/
source bin/activate
git clone https://github.com/Prashant1099/ChefCart.git
cd ChefCart/
pip install -r requirements
Great now you can work on it 🎉