7 Commits

Author SHA1 Message Date
70a4eb23c6
feat(telemtry): Moved from logs to tracing
- Updated docs
2024-05-07 16:10:09 -04:00
d2f959433d
fix(ci-cd): update github ci-cd
- making sure we run postgreSQL in docker first, remove SKIP_DOCKER=true
2024-05-04 10:34:53 -04:00
f08def8e77
fix: restructure the logic 2024-05-03 15:43:34 -04:00
84fc74a0d1
feat: subscribe API route skeleton
- Added `serde` crate for serialisation or deserialisation of data
- Added test cases for the `subscribe` API route
- Refactor the testing setup to another module `test_utils`
- use random TCP port for testing
2024-04-22 17:00:55 -04:00
83915acbd1
feat(test): use random ports for testing
- port is assigned by the OS.
2024-03-29 16:20:53 -04:00
cd677039b1
feat(test): server setup and teardown for tests
- Application server will now be setup on EVERY test and closed after
that test
2024-03-29 15:36:54 -04:00
8d90f9e8e6
feat(test): health_check route 2024-03-28 11:42:08 -04:00