GithubHelp home page GithubHelp logo

sowmyagithanjali05 / flask-inventory-app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from shraite7/flask-inventory-app

0.0 0.0 0.0 22.43 MB

Inventory management*

JavaScript 0.05% C++ 0.78% Python 97.97% C 0.87% Fortran 0.04% PowerShell 0.09% CSS 0.03% HTML 0.15% Batchfile 0.01%

flask-inventory-app's Introduction

Flask Inventory Managment project

Inventory Management Web Application

The goal is to create a web application using Flask framework to manage inventory of a list of products in respective warehouses. Imagine this application will be used in a shop or a warehouse that needs to keep track of various products and various locations.

Python, Flask, SQLAlchemy

Installation

First, you need to clone this repo:

$ git clone https://github.com/shraite7/flask-inventory-app.git

Then change into the flask-inventory-app folder:

$ cd flask-inventory-app

Now, we will need to create a virtual environment and install all the dependencies. We have two options available for now.

Use Pipenv:

$ pipenv install
$ pipenv shell

Or use pip + virtualenv:

$ virtualenv venv
$ . venv/bin/activate  # on Windows, use "venv\Scripts\activate" instead
$ pip install -r requirements.txt

How to Run the Application?

Before run the application, make sure you have activated the virtual enviroment:

$ flask run

Screenshots

This shows the first part of the dashboard which contains the Products and Locations sections

screenshot for project

This shows the second part of the dashboard while you can add and display locations

screenshot for project

This shows the Movements section which add movements and display all recorded movements

It also show the navigation of the current page

screenshot for project

a Preview of the Movements records

screenshot for project

The last one shows the Product Balance Report page, which dispaly the total quantity of each product in each Location (warehouse)

screenshot for project

flask-inventory-app's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.