R8Books
Date of creation: April 08, 2020
Repository: On GitHub
Try R8Books: On Heroku
Web Framework: Django
Server-side Programming Language: Python
Client-side Programming Language: JavaScript
Local Database System: SQLite3
Remote Database System: PostgreSQL
About
R8Books is a web application made using Django and a PostgreSQL database that lets registered users look books up by their title, author or ISBN number, then rate and write reviews for them.
More information on the original version down below.
CS50 Web Course Version
Originally developed (and submitted on April 8th, 2020) as Project 1 for the CS50’s Web Programming with Python and JavaScript course, it was a web application made using Flask and a SQLite3 database.