https://github.com/winverse/flask-rest-api-sample
Python REST API sample with Flask
https://github.com/winverse/flask-rest-api-sample
flask python
Last synced: over 1 year ago
JSON representation
Python REST API sample with Flask
- Host: GitHub
- URL: https://github.com/winverse/flask-rest-api-sample
- Owner: winverse
- Created: 2021-01-22T06:16:55.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-28T10:26:24.000Z (over 5 years ago)
- Last Synced: 2025-02-05T11:49:23.621Z (over 1 year ago)
- Topics: flask, python
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flask-rest-api-sample
Steps to run this project:
1. activate your virtualenv
2. Run: `pip install -r requirements.txt` in your shell
3. `flask run` in your shell