How to Create a Grocery Delivery And Pick-up Service App in Python

Intro - Create a Grocery Delivery And Pick-up Service App in Python
with brahim_chougrani
8453views
How to Create a Grocery Delivery And Pick-up Service App in Python
- English
- Programming
Django
- Project length: 7h 39m
In this project, we will create a simple grocery store web application using Django and PostgreSQL, we will learn how to create categories and subcategories, how to create products, manage stock, add to cart, completing an order, and creating a profile.
Overview
Introduction
In this project, we will build an online grocery store web application using Django 3.0 and PostgreSQL with third-party libraries, you will learn how to customize Django user model and the logic behind e-commerce websites such as the checkout process, creating and handling orders, Creating products ...etc.
What are the requirements?
- Django Basic Knowledge
- Front end technologies [HTML,CSS,JAVASCRIPT]
- Python Knowledge
What is the target audience?
- Intermediate and beginners Django developers
Project Outline
The project outline explains what you will learn in each session
in this session, I will explain what we are going to build in this project and talk about the structure of the app such as apps, models, roles and setting up our virtual environment and creating our Django project.