Use CLI, pgAdmin, or another tool to create the twitter_clone_db
cd sql/schema
psql -h localhost -U <username> -l
createdb -h localhost -U <username> twitter_clone_db
goose postgres <DB_URL> up
go build
./twitter_backend_clone
localhost:8080/v1/{YOUR_API_CALL}