This book notes app involves ejs and PostgreSQL.
Run the following command in your local folder after logging in with your Github account:
git clone https://github.com/ma-edw/book_notes/
npm install
Include your PostgreSQL database password and the name of the database to store the books in the file.
For example,
DATABASE = "Database_name"
DATABASE_PW = "Database_password"
npm start
The app will be available in http://localhost:3000/

