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

https://github.com/mahboub99/flaskserver

Simple Flask server which have Two blueprints that can add new Quark or get all quarks
https://github.com/mahboub99/flaskserver

Last synced: 12 days ago
JSON representation

Simple Flask server which have Two blueprints that can add new Quark or get all quarks

Awesome Lists containing this project

README

          

FlaskServer

>Simple Flask server which have Two blueprints that can add new Quark or get all quarks

How to run

### install Flask

```
# macOS/Linux
pip3 install flask

# Windows
pip install flask

```

### run the app

```
# macOS/Linux
python3 -m flask run

# Windows
python -m flask run
```

### open the server
```
http://localhost:5000/
```
### open the app page

```
frontend/index.html
```

## Screen shoot

![image](https://user-images.githubusercontent.com/43186742/86240493-a1637500-bba1-11ea-8473-999ec2e18ca6.png)