https://github.com/fakorede/flask-api
A restful api built with Flask-RESTful
https://github.com/fakorede/flask-api
flask flask-api flask-restful flask-sqlalchemy python
Last synced: 2 months ago
JSON representation
A restful api built with Flask-RESTful
- Host: GitHub
- URL: https://github.com/fakorede/flask-api
- Owner: Fakorede
- License: mit
- Created: 2020-05-19T01:41:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-25T05:05:54.000Z (about 4 years ago)
- Last Synced: 2025-04-23T10:51:51.398Z (about 1 year ago)
- Topics: flask, flask-api, flask-restful, flask-sqlalchemy, python
- Language: Python
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flask-api
A restful api built on Python and Flask framework
## Dependencies
- Flask
- Flask-JWT
- Flask-RESTful
- Flask-SQLAlchemy
- Flask-Marshmallow
- Flask-JWT-Extended
### Install Dependencies
```
pip install -r requirements.txt
```
### Run App
```
python app.py
```