Phonebook Full Stack

Link to the App

Phonebook Full Stack

Set the environment variables on Fly.io

fly secrets set MONGODB_URI='...'

Tests

npm test -- tests/person_api.test.js
npm test -- -t "a specific person is within the returned persons"
npm test -- -t 'persons'