Skip to content

noorrulain/book-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Book Tracker

A web app to let you keep track of all the books you've read, sort them by title, ratings or date read and add new ones, which get stored on a PostgreSQL database.

How To Use

  • Get started by downloading all files or cloning the repository in your local machine.
  • Install all dependencies.
  • npm i
  • Initialize a .env file in your local machine with your DB username, DB host, DB name, DB password and DB port number.
  •   
      DB_USER = username
      DB_HOST = localhost
      DB_NAME = name
      DB_PASSWORD = password
      DB_PORT = 5432
      
      
  • Run your local Node server.
  • Enjoy keeping a track of all the books you're read!