Purpose of this application is to practice SQLAlchemy. It simulates "a library management system"
- borrow book
- return book
- see history
This is exercise for 100DaysOfWeb in Python
I use postgresql but you can use any type of DBMS you want. Just define database url in db_engine.py file.