Added
- Add health check endpoints. PR #61.
GET /api/health-checks/complete(Returns okay if the Go process is running and the database is healthy.)GET /api/health-checks/minimal(Returns okay as long as Go process is running.)
- Interpret some types of Postgres errors to be user facing to produce better error messages in the UI. PR #76.