Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 676 Bytes

readme.md

File metadata and controls

17 lines (10 loc) · 676 Bytes

Flask shops Build Status

Users can create items with prices in different stores.

This is built with Python - Flask, Flask-RESTful, Flask-JWT, and Flask-SQLAlchemy.
And also Postman and TravisCI.

To get started:

  • Create a virtualenv for this project
  • Install requirements using pip install -r requirements.txt

When you've created the first test, you'll also need to create a correct runtime configuration in PyCharm.

Create a sample unittest configuration, and choose:

  • Path as as target, with your project's /tests folder.