Book Notes is a web application designed to be a online space to share reviews and feedback anonymously for any book specifically designed for book lovers. It allows Book Readers to showcase the book they read, Share feedback, and Rate anybook.
Getting Started
This section will be filled in once you have a deployment process in place. Here are some general steps to consider:
-
Prerequisites:
Postgres SQL
NodeJs
ExpressJs
-
Installation:
- Install
NodeJs
PostgresSQL
PgAdmin
- Clone the Repository
- Install
-
Configuration:
- Create a DB named
books
, create Tablebook
- run
npm install
- If it's DB Port not
5432
then change the inindex.js
and also changeusername
andpassword
- Create a DB named
-
Running the Application:
- run
node index.js
- run
Authors
Future Plans
- User Registration & Login System
- Add Commenting Feature for Books Reviews
License