A Node.js CLI ToDo application with PostgreSQL database
./index.js cd quicktodo
npm installTo run this project, you will need to add the following environment variables to your .env file for connecting it to PostgreSQL database
USER, DB, PASSWORD, PORT=5432, HOST='localhost', TABLE


