Skip to content

BeatriceNakabanda/store-manager

Repository files navigation

store-manager

Store Manager is a web application that helps store owners manage sales and product inventory records. This application is meant for use in a single store

Features

Admin can add a product
Admin or store attendant can get all products
Admin or store attendant can get a specific product.
Store attendant can add a sale order.
Admin can get all sale order details.

Prerequisites

Technologies used to build the application

Python 3.5.2
Flask

Installation

Create a directory, initialize git in it and clone this repository

$ git clone <https://github.com/EmmellaBeatrice/store-manager.git>

Create a virtual environment. For example, with virtualenv, create a virtual environment named venv using

$ Python3 -m venv venv

Activate the virtual environment

$ Source venv/bin/activate

Install dependencies in the requirements.txt file using pip

$ pip install -r requirements.txt

Start the application by running

$ python run.py

You can test your setup using postman REST-client

Badges

Build Status Codacy Badge Maintainability

About

Store Manager is a web application that helps store owners manage sales and product inventory records. This application is meant for use in a single store

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published