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

https://github.com/ssoto/planet-express-web


https://github.com/ssoto/planet-express-web

flask python vue

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# planet-express-web
This tool is used to view data provided by [planet-express project](https://github.com/ewokcillo/planet-express).
Will provide a web page where people can look for political documents published in Spain.

## How to install

```
git clone
cd planet-express-web
virtualenv venv
source venv/bin/activate
pip install requirements/requirements.txt
cd app
python serve.py
```
If everthing was ok, output should show:
```
* Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
* Restarting with stat
```