https://github.com/ssoto/planet-express-web
https://github.com/ssoto/planet-express-web
flask python vue
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ssoto/planet-express-web
- Owner: ssoto
- License: gpl-3.0
- Created: 2017-10-01T22:01:46.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-01T22:49:20.000Z (almost 9 years ago)
- Last Synced: 2025-06-06T04:35:27.982Z (about 1 year ago)
- Topics: flask, python, vue
- Language: Python
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```