Weblink is not working as I have taken down the backend services (previously running on AWS) to save cost. If you would like to check out the app, you may consider taking a look at the backend repo and spinning up the containers from there.
This project follows conventional commits guideline for commit messages. See the table below for the list of commit types.
Type | Description |
---|---|
feat | A new feature |
fix | Bug fixes |
test | Adding missing tests or correcting existing tests |
refactor | Changes to source code that neither add a feature nor fixes a bug |
build | Changes to CI or build configuration files (Docker, github actions) |
chore | Anything else that doesn't modify any src or test files (linters, configs, etc.) |
revert | Reverts a previous commit |
docs | Documentation only changes |
perf | A code change that improves performance |
style | Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc) |