Program that creates a database and stores information for BnBs.
npm i to install all dependencies
Type npm setup to create a new database
npm run seed to seed the database
npm run seed-test to seed test database
npm t to run tests
The pool instance imports the data from the .env file to access the credntials to establish the connection