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

https://github.com/tookit/flask-vue

A demo for flask
https://github.com/tookit/flask-vue

Last synced: 1 day ago
JSON representation

A demo for flask

Awesome Lists containing this project

README

          

# A simple flask app with vue spa

just of demo, in production better server app with nginx

## requrement

- python3.5
- flask
- request

## how to stall

```
python3 -m pip install -r requirements.txt

```

## config

see `config.ini`

## Run app

```
python3 app.py

```