CHADIUM is a platform that facilitates the management of small communities and improves their internal communication. Some of the functionalities include: a task manager that allows for the creation and distribution of tasks, a module for news and posts, fundraising capabilities, a voting system on key community issues, and more. CHADIUM is the perfect assistant for small communities, making organization and decision-making easier while also promoting engagement.
The project consists of 2 main components:
-
chadium-api, the back end for the Chadium web aplication (located in "chadium-api")
-
chadium-site, the frond end for the Chadium web aplication (located in "chadium-site")
For each of the components' repositories there is a corresponding README.md
with instructions on how to get started.
- Fork it
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -a
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
- Upon review it will be merged.
Distributed under the BSD-3 Cause license. See LICENSE for more information.