Permalink
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
miniature-potato/README.md
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
35 lines (22 sloc)
1.09 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# rebuild | |
Our MQTT integrative project, designed to keep societies and their members | |
in touch. | |
## Resources | |
- [Pitch](https://livecoventryac-my.sharepoint.com/:p:/g/personal/kellowa_uni_coventry_ac_uk/EQ3k-IcQoctEhsVOWj4I29QBWOS3t9M1ZL6xYv5Qm9AIVQ) | |
- [Gantt chart](https://app.teamgantt.com/projects/gantt?ids=3835418) | |
- [Minutes/Log](https://www.canva.com/design/DAF8qsVXJIE/7IdHtNHhnb1p8Qlyn2n-_g/edit?utm_content=DAF8qsVXJIE&utm_campaign=designshare&utm_medium=link2&utm_source=sharebutton) | |
## Modules | |
### `broker` | |
This module provides the exchange for messages between clients. | |
### `client` | |
This module handles messages for and from the broker and provides the UI for | |
rebuild. | |
### `db` | |
This module handles the database initialisation and running. It also provides | |
a driver for the `client`. | |
## Development | |
When working on rebuild, ensure you have [`pdm`] installed. To initialise the | |
dependencies, use `pdm install`, and then `pdm run pre-commit install` to set | |
up the pre-commit hooks. This will ensure all contributed code meets the project | |
standards. | |
[`pdm`]: https://pdm-project.org/latest/ |