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.
These instructions will get you a copy of the project up and running on your local machine for development and testing purpose
Git Postgresql Postman Python 3.6
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
https://documenter.getpostman.com/view/5714154/RzZ4q21c
Python 3.6
Flask
Flask Restful
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