Italian Delicaciess italian-delicaciess.herokuapp.com
- Python 3.6
- Django 2.2
- django-allauth 0.44
- Bootstrap 4
- HTML/CSS/JS
- SQLite
A responsive website design with following salient features:
- Menu Page:
- Created on top of Bootstrap Album Sample.
- Used Django template for dynamic rendering of menu items from the django Model.
- Feature to add new menu items directly from the django admin.
- Login Page:
- Main Component containing graphic and login button was created using Bootstrap Cards and Bootstrap Button
- Added support for User authorization with Google OAuth 2.0 was implemeted using django-allauth python package.
- Checkout Page:
- Feature to generate invoice from the price of each menu items and quantity purchased from menu page.
- Frontend components were created using the Bootstrap Checkout Sample.
- Client Orders Dashboard:
- Dashboard to display all the orders placed by the client in reverse chronological order.