- Instructions for this sprint
-
clone repo
-
Run `npm install
-
Run `npm install dotenv
-
Run setup script to create database
- npm run setup-dbs
-
create two .env files to connect to both databases
- .env.test
- .env.development
-
Verify setup
- npm run test_seed
- npm run seed_dev