Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 958 Bytes

File metadata and controls

39 lines (33 loc) · 958 Bytes

Book Note Application

About this application

Developed an application that allows users to add, edit and delete a book review. The application also enables users to view reviews submitted by others, fostering a community-driven platform for sharing book insights.

Running the program

Clone this repo:

git clone https://github.com/WUNLIMZHE/Capstone-Project---Book-Note-Website.git

Running with Node

  1. Make sure you have Node.JS installed.
    Node installation link:
https://nodejs.org/en
  1. Switch to the file directory which contains the source code.
cd Capstone-Project---Book-Note-Website
  1. In the directory, install the dependencies using npm install.
npm install
  1. Run the server:
node index.js
  1. Go to http://localhost:3000.
http://localhost:3000