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