Added prettier.
Ran prettier to auto format code for consistency.
Updated and fixed all tests, removed tests that work for routes/services that no longer exist.
Added husky pre-commit hook to auto format code when committed.
Added a section to the README explaining how to get started with local development.
Description
Added
prettier
. Ranprettier
to auto format code for consistency. Updated and fixed all tests, removed tests that work for routes/services that no longer exist. Addedhusky
pre-commit hook to auto format code when committed. Added a section to the README explaining how to get started with local development.Type of Changes
Testing Steps / QA Criteria
Run
npm run pgtest
.