Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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