Skip to content

The IBM Course, final project "Developing back-end apps with Node.js and Express".

License

Notifications You must be signed in to change notification settings

ManavJain01/IBM_Book_Review

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online Book Review Server-Side Application

Welcome to the Online Book Review Server-Side Application, the final project for the IBM Course "Developing back-end apps with Node.js and Express." This application allows users to manage books, write reviews, and interact with book-related data.

Quick Brief

The Online Book Review Server-Side Application provides a RESTful API for managing user accounts, books, and reviews. Users can register, log in, and create reviews for books. Books can be added, updated, and deleted. Reviews can be read, edited, and deleted. The application aims to provide a seamless experience for book enthusiasts to share their thoughts on books.

Getting Started

Follow these instructions to set up and run the application:

Prerequisites

Node.js: Ensure you have Node.js installed on your system. You can download it from nodejs.org.

Installation

1.Clone the repository:

git clone <repository-url>

2.Navigate to the project folder:

cd <project-folder>

3.Install dependencies:

npm install

Start the application:

npm start

API Documentation

For detailed API documentation and examples of how to use the endpoints, please take a look at the API Documentation.

About

The IBM Course, final project "Developing back-end apps with Node.js and Express".

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.1%
  • HTML 1.6%
  • CSS 0.3%