A space dedicated to literature enthusiasts, Novel Note allows users to explore, review, and discuss novels from various genres. It fosters a community of readers and authors alike, creating a vibrant environment for sharing literary works and recommendations.
- This website uses "https://openlibrary.org/dev/docs/api/covers" API.
- Displays book summaries and reviews.
- Accepts new reviewers and reviews.
- Delete reviews.
- Secure authentication process.
- Responsive design that works on all devices.
- Interactive sections for easy navigation.
- Hosted on Render.
Hosting: Render
Check out the live version of the website here: Novel Notes
- Clone this repo:
git clone https://github.com/SulemJ/Novel-Notes.git
- Navigate to the project directory:
cd Novel-Notes
-
Make sure you have nodeJs and npm installed
-
install the dependencies using
npm install
.- First go to quieries.sql
- copy and paste all the quieries in postgres pgadmin.
- Go to index.js line 12 and 13 and put your own postgres username and password.
-
Run the server:
node index.js
. -
Go to http://localhost:3000