Skip to content

Latest commit

 

History

History
21 lines (21 loc) · 410 Bytes

README.md

File metadata and controls

21 lines (21 loc) · 410 Bytes

flask_restful_store_api

Project setup

python3 -m venv your-env
source activate your-env/bin/activate
pip install -r requirements.txt

Extended setup

Create endpoints in Postman

  • /register
  • /auth
  • /stores
  • /items
  • GET /store/name
  • POST /store/name
  • PUT /store/name
  • DEL /store/name
  • GET /item/name
  • POST /item/name
  • PUT /item/name
  • DEL /item/name