BookFolio is a responsive design project allowing users to perform CRUD operations, Store books with displayed book covers based on ISBN (International Standard Book Number) utilized with Open Library Covers API. Additionally, You can sort books by recently added or rating. You can add new book or edit existing one. You can contact me, can view my portfolio, read my notes about Bookfolio and see which places I've travelled so far. You can also register/login yourself using your google account and see my secret or add yours.
- JavaScript
- NodeJS
- ExpressJS
- EJS
- HTML, CSS
- API: Open Library Covers
- PostgreSQL
- GoogleOAuth API
- Bootstrap
I recently completed a project called "Bookfolio," using PostgreSQL as my database. I improved my skills in JavaScript (NodeJS, ExpressJS, EJS), HTML, and CSS. Additionally, I utilized the Open Library Covers API for this project, which further enhanced my development capabilities.
-open terminal > type npm install
>type node app.js
> type in browser: http://localhost:3000
npm install
to install the required dependencies.