A one stop shop for all of your online literary needs!
This application is almost complete! A live preview will be added when Goodreads API functionality is added.
This application utilizes the following technologies:
-Python -Flask -SQL -SQLAlchemy
-
Clone repository to desktop or directory of your choice
-
Navigate to repository using the terminal
-
Run the following commands (in this order): export FLASK_APP=application.py
export FLASK_DEBUG=1
export DATABASE_URL=[YOUR DATABASE URL HERE]
sudo pip3 install -U -r requirements.txt
python create.py
python import.py
// python freeze.py
-
Run flask run