Skip to content

marcelestial/flaskbooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flaskbooks

A Flask webapp for building user-specific personal book libraries. Stores book data including title, author, description, ISBN, and URL for cover image, and supports user registration and login. In addition to Python, Flask and HTML, uses CSS, Javascript, Bootstrap, SQLite, SQLAlchemy, and WTForms.

Installation (Mac OS X)

Clone the source locally:

> git clone https://github.com/marcelestial/flaskbooks.git
> cd flaskbooks

Install Python 3:

> brew install python3

Install and activate virtualenv:

> pip install virtualenv
> virtualenv venv

Install project dependencies:

> pip install -r requirements.txt

Running the project

> python3 run.py

About

Flask app for personal book libraries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published