- Remove fastapi-limiter, we will rate limit at load balancer level as it is too hard to get fastapi-limiter to play nice with pytest. - Wrote technical writeups on how the login flow and check for user authentication status work
- Updated backend technical writeup
- Added test code coverage with `pytest-cov` - Added comments for member model functions
- Need update on testing env
- Restructured the project