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