Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 897 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 897 Bytes

reading

A simple web application for managing a list of books I have read. This project is mainly intended to help me to learn how to use GitHub and git. This web application is built using the web.py framework. To get started, get the latest development version from git:

git clone git://github.com/webpy/webpy.git

Copy the web folder into your reading folder. You will also need the Python interface to MySQL from https://pypi.python.org/pypi/MySQL-python/1.2.5 (download MySQL-python-1.2.5.win32-py2.7.exe for Windows). You then need to create a MySQL database.

This web application is based on the simple blog example code. I will be working on this project to learn how to expand on the sample code to construct a more complete web application. The web application itself serves almost no purpose but the project will be a gradual discovery of how to use the web.py framework.