A basic web app powered by the Python Bottle framework. You can use it as a starting point for building your own web-based apps.
Dependencies
- Python
- Python Bottle
Install and Run
- Install the Python Package Manager (pip). On Debian and Ubuntu, this can be done by running the
apt-get install python-pip
command as root. - Install pip. To do this on Debian and Ubuntu, run the
pip install bottle
as root. - Download Dummy Database using the
wget https://chiselapp.com/user/dmpop/repository/dummy-database/tarball/dummy-database.tar.gz
command. - Extract the downloaded tarball with the
tar xzvf dummy-database.tar.gz
command. - Run
./dd.py
to start the app and point the browser to http://127.0.0.1.8080 to access it.
Author
Dmitri Popov (dmpop@linux.com)