Commit Graph

15 Commits

Author SHA1 Message Date
dan
58382d6a6c Added pool_recycle to create_engine. Added logic to add shelves. 2021-06-09 16:12:51 -04:00
dan
041fc7cb0b Turned off Connect() sqlaclehmy method. This seemd to be causing the db connection to timeout. From what I understand not opening the connection and leaving it open will allow the connection to establish itself the first time a query is called. Hopefully eliminating the timeout issue. 2021-06-09 13:17:05 -04:00
dan
4d117ca4ac Started adding database logic. Can now add book to shelf and get list of books that are checked in. 2021-06-08 10:45:44 -04:00
dan
93a9430d3b updated requirements.txt 2021-06-07 11:03:28 -04:00
dan
2182d31c92 can read from html forms now. Added simple html page to submit isbn to lookup. 2021-06-07 11:02:10 -04:00
dan
9bc6c6e9b5 Fixed isbn lookup provider 2021-06-07 02:38:10 -04:00
dan
4150a74d2d Forgot to update requirements.txt 2021-06-07 02:34:04 -04:00
dan
5a2f4da937 Started on framework for library api. Can now look up book title by isbn. Also added test.py to experiment with the isbn lookup stuff. 2021-06-07 02:31:54 -04:00
dan
b2788ec472 Last one deployed but wouldn't load. Back to using gunicorn with uvicorn workers. 2021-06-07 01:44:16 -04:00
dan
a4ffad52fb last commit worked. Now I'm just experimenting 2021-06-07 01:27:45 -04:00
dan
f6ca49c604 Helps to spell things right 2021-06-07 01:24:36 -04:00
dan
4085537bd0 Trying to get this to host 2021-06-07 01:07:54 -04:00
dan
8855d5add5 Fixed Profile 2021-06-07 01:00:41 -04:00
dan
d120309e46 Fixed Profile 2021-06-07 00:53:13 -04:00
dan
0aae59b0df Initial commit 2021-06-07 00:49:52 -04:00