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.
Clone this repo:
git clone https://github.com/WUNLIMZHE/Capstone-Project---Book-Note-Website.git
Running with Node
- Make sure you have Node.JS installed.
Node installation link:
https://nodejs.org/en
- Switch to the file directory which contains the source code.
cd Capstone-Project---Book-Note-Website
- In the directory, install the dependencies using npm install.
npm install
- Run the server:
node index.js
- Go to http://localhost:3000.
http://localhost:3000