WareHouse Management System is an online system that is used to manage the selling and stocks of a company. It also manages its various dealers and the products that they sell. It manages bills generated and shows profit earned and displays various graphs for better understanding. It is build using Django framework in Python along with Java Script,HTML and CSS. It uses MySql Server for storing data in database .
For framework setup see this video : https://www.youtube.com/watch?v=VuETrwKYLTM&list=PLsyeobzWxl7r2ukVgTqIQcl-1T0C2mzau&index=2
For more help for database refer: https://www.youtube.com/watch?v=69YkZqZgz9s&list=PLsyeobzWxl7r2ukVgTqIQcl-1T0C2mzau&index=18
run following commands in terminal of path to project folder In pycharm you can directly access terminal commands :
python manage.py makemigrations
python manage.py sqlmigrate Main_Inventory 001
python migrate
pip install pymysql
Now go to following path in your computer:
C:\Users\ {Your-username-folder} \AppData\Local\Programs\Python\Python38-32\Lib\site-packages\pymysql\
Replace init.py file with uploaded pymysql_init_.py file.(You can find new init.py file in pymysql folder)
You can download preview video from here :https://github.com/Deep-Menpara/Inventory/blob/master/Application%20Preview(DEMO%20VIDEO).mp4
For any Queries you can refer : https://docs.djangoproject.com/en/3.0/intro/tutorial01/
Thank You!!!