Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhankbarbar/flask-webapi-example
Example web api using python flask
https://github.com/mhankbarbar/flask-webapi-example
flask flask-application python python3
Last synced: 23 days ago
JSON representation
Example web api using python flask
- Host: GitHub
- URL: https://github.com/mhankbarbar/flask-webapi-example
- Owner: MhankBarBar
- Created: 2021-07-06T19:30:06.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T22:17:29.000Z (over 1 year ago)
- Last Synced: 2024-11-23T13:05:17.582Z (about 1 month ago)
- Topics: flask, flask-application, python, python3
- Language: CSS
- Homepage:
- Size: 10.2 MB
- Stars: 13
- Watchers: 1
- Forks: 12
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python web api example with flask
### Installation
```bash
> python3 -m pip install -r requirements.txt
```### Usage
```bash
> flask init-db
> flask run
```# Screenshot
Home Page
Login Page
Register Page