This is a book review website for all the book lovers out there! The files include:
- templates - it consists of all the html files needed for this web application.
- application .py -it is the main file on which our application runs on.
- books.csv - it is a csv file holding the data about our books.
- import .py - it is a python program to import all the data in book.csv file into our database.
- .env - holds the environment variables.
- Procfile - for deployment purpose on heroku which uses gunicorn to say that our main application is "application .py".
- requirements.txt - contains list of python packages needed to be installed.
- .pylintrc - to ignore few exceptions.