This is a Dynamic Food Delivery Website Using Django and JavaScript.
- User and guest checkout capabilities.
- Setting up the templates and data structure in the first two modules.
- Adding user checkout flow with payment integration.
- After complete basic checkout with a logged-in user.
- Add in the ability for users to checkout as a guest using cookies.
- Django (Backend)
- Bootstrap (Frontend)
- CSS (Frontend)
- JavaScript (Client-Side)
- Paypal Integration (Payment Method)
- clone this project on your local machine,
git clone https://github.com/ZST-Devs/HomeFood.git
- create a virtual environment inside eCommerce folder,
virtualenv venv
- activate virtual environment,(for windows)
.\venv\Scripts\activate
- install project dependencies from requirements.txt,
pip install -r requirements.txt
- run project on your local machine,
python manage.py runserver
If there any known bugs found or run into any issues please let me know. Please enjoy and feel free to share your opinion, constructive criticism, or comments about my work. Email: π ruhulaminparvez007@gmail.com π Thank you!