Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 667 Bytes

File metadata and controls

12 lines (10 loc) · 667 Bytes

Author: Raymond Mi Date: 08-05-2025 Description: A project that keeps track of book notes I have created, with ratings and descriptions. Users can sort books by rating or by recency, either descending or ascending.

Instructions for use:

  1. Install Node.js if you haven't already. Then, install bash for the terminal. Open up a bash terminal.
  2. Install the relevant npm packages using the command "npm i".
  3. cd into the current folder (titled "Book Notes")
  4. Type "node index.js" to run the website using Node, or "nodemon index.js" to run the website using Nodemon.
  5. Open up a browser, and navigate to "http://localhost:5000". You should see the website load!