Skip to content

JoeWongDev/python-books-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📚 Book Tracker

A simple personal book tracker web app I built to learn Flask and SQLAlchemy.

Features

  • Add books with title and author
  • Track reading status (To Read / Reading / Finished)
  • View all books in a table

Tech Stack

  • Flask (Python web framework)
  • SQLite with SQLAlchemy ORM
  • HTML templates with Jinja2

Setup

  • python -m venv venv
  • source venv/bin/activate
  • pip install -r requirements.txt
  • python app.py
  • Visit http://localhost:5000

About

A simple personal book tracker web app I built to learn Flask and SQLAlchemy.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors