A book-journal type of project, developed as a Luther College CS-330 Final Project.
To run this project, install Python (> 3.7) and create a new Virtual Environment:
python3 -m venv venv
Use pip to install the requirements, including Flask:
python3 -m pip install -r requirements.txt
This project expects the following environment variables in a file .env in the
root of the project directory:
- SECRET_KEY="ABC123" generated with Secrets
- GOOGLE_KEY=ABC123 found by registering for a Google Books API Key
