Skip to content

shreyashah115/InventoryApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InventoryApp

Developed using Flask web framework, html and angularJS, like a simple point on sale system, which helps the shop owner to add, modify and remove the products, along with an option to view the updated amount of products in stock.

Prerequisites

You need to have Python.

How to Run the App

  1. Open cmd in the current directory where the files have been extracted. And type...
  pip install
  • Install all the required packages, eg. Flask and flask_pymongo.
  1. There's no need to create a database, I have already created one and provided the credentials in the Mongo-URI.

  2. Open terminal, go to the path where the project directory exists, type

python server.py
  1. Open up your browser and type
127.0.0.1:5000/
  • This should start the system, where the seller can view the items available and add them to the cart according to the customer's needs, the cart view will let the seller and customer know the total amount. Only the quantity available will be added to the cart.
  1. Now, go to the admin page, to check the inventory, type
127.0.0.1:5000/admin
  • Here, the seller will be able to view all the items, add new items, modify the items and remove the items.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors