Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.11 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.11 KB

IBDB

IBDB (Internet Book Database) is a web application that allows users to view book ratings, reviews, and gossip about books.

Features

Search for books by title, author, or ISBN View detailed information about a book, including ratings and reviews Leave your own rating and review for a book Create an account to save your favorite books and keep track of your own ratings and reviews

Tech Stack

Node.js with Express.js for server-side logic MongoDB for database management JavaScript for client-side logic and interactivity

Installation and Usage

Clone or download the repository Run npm install to install the necessary dependencies Run npm start to start the development server Visit http://localhost:3000 in your browser to view the application Note: You will also need to have MongoDB installed and running on your machine.

Contributing

If you would like to contribute to the project, please submit a pull request with your changes. Make sure to follow the code style and conventions already established in the project.

License

This project is licensed under the MIT License - see the LICENSE file for details.