This is a web application which allows users to maintain an online booklist.
It features CRUD operation which allows users to CREATE, READ, UPDATE, and DELETE books.
The database is handled with a relational database: Postgres SQL.
The server is Express and the backend is Node.js