/store-manager-api-db

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.

Primary LanguagePython

store-manager-api-db

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.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purpose

Prerequisites

Git Postgresql Postman Python 3.6

Installing

Clone the Repo

Checkout to develop branch

To test API locally, set up a virtual environment in the base project folder

Activate it and install the requirements

pip install -r requirements.txt

Run tests

pytest --cov-report term-missing --cov=app

Test The endponts with postman

The following endpoints should work

https://documenter.getpostman.com/view/5714154/RzZ4q21c

Built With

Python 3.6

Flask

Flask Restful

Contributing

Clone the repo

Create your feature branch git branch somefeature then git checkout somefeature

Commit your changes git commit "Add some feature"

Push to the branch git push origin somefeature

Create a new pull request