Skip to content

dwihdyn/inv-mgmt-system

Repository files navigation

Inventory Management System

MVP done. See todo wishlist file to see what and how can be improved further

Database structure

stores
  |_ warehouses
       |_ products

Step by step to clone this project

Step 0. Git clone & install conda, and `conda create -n inv-mgmt python=3.7 anaconda` and `conda activate inv-mgmt` env creation
1. `pip install -r requirements.txt` install required packages
2. `createdb inv-mgmt` create psql database foundation
3. `flask migrate` create our databases
4. `python seed.py`  populate our database
5. `flask run` deploy app

About

Inventory Management System build by Python Flask. MVP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published