Project: Order Management System using Django Framework
Order Management System is a full stack Django Web Application which provides a interactive UI for managing all products, orders and customers. Along with it, this system also supports all the crud operations. It also provides feature to export the overall data in a PDF file format.
About System
The Order management system is built in Python Django Framework for backend and HTML, CSS and JavaScript for web frontend. It has clean and interactive UI design for adding, editing and deleting products. Similarly, orders and customers for the manager of any sector also support crud operations.
This system also provides admin panel from where all the registered users, products and orders can be controlled. Also, it can export all reports and data stored in tbe database to pdf file.
How To Run The Project?
To run this project, you must have installed Python on your PC. After downloading the project, follow the steps below:
Step-1: Extract/unzip the file
Step-2: Go inside the project folder, open cmd and type the following commands to install Django Framework and run the webserver:
- pip install -r requirements.txt
- python manage.py runserver
Step-3: Finally, open the browser and go to localhost:8000
For Django Admin Panel:
Username: admin
Password: admin
The Order Management System is free to download but use for educational purposes only! In addition, for the project demo, you can have a look at the video below.