Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/til2to/flask_rest_api
https://github.com/til2to/flask_rest_api
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/til2to/flask_rest_api
- Owner: til2to
- Created: 2021-06-05T01:42:47.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-14T21:24:06.000Z (over 2 years ago)
- Last Synced: 2024-12-09T16:52:50.697Z (16 days ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Security: security.py
Awesome Lists containing this project
README
# Stores/items REST Api
This app is built with Flask, Flask-JWT, Flask-SQLAlchemy, Flask-RESTful.
Deployed on heroku.
NB, To be able to use heroku postgres, Put the code below in your requirements.txt file if your SQLAlchemy version is 1.4 and beyond.
SQLAlchemy==1.3.7