- Register
- Search books by name, author or ISBN
- Get info about a book and submit your own review!
# Clone repo
$ git clone https://github.com/marcorichetta/cs50-project1.git
$ cd cs50-project1
# Create a virtualenv (Optional but reccomended)
$ python3 -m venv myvirtualenv
# Activate the virtualenv
$ source myvirtualenv/bin/activate (Linux)
# Install all dependencies
$ pip install -r requirements.txt
# ENV Variables
$ export FLASK_APP = application.py # flask run
$ export DATABASE_URL = Heroku Postgres DB URI
$ export GOODREADS_KEY = Goodreads API Key. # More info: https://www.goodreads.com/api