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: 8 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-02-16T04:12:24.000Z (over 1 year ago)
- Last Synced: 2023-03-05T21:00:52.864Z (over 1 year ago)
- Topics: flask, flask-application, python, python3
- Language: CSS
- Homepage:
- Size: 10.2 MB
- Stars: 11
- Watchers: 2
- Forks: 10
- Open Issues: 2
-
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