Talawa
Talawa is a modular open source project to manage group activities of both non-profit organizations and businesses.
Core features to be developed include:
- Membership management
- Groups management
- Event registrations
- Recurring meetings
- Facilities registrations
This has been a Calico Challenge project in 2019. It will be written in python with close integrations with the Plone open source content management system.
Documentation
- The talawa documentation can be found here.
- Visit the Talawa GitHub to see the code.
- Want to contribute? Look at CONTRIBUTING.md to get started.
About Talawa
talawa
is based on the original quito
code created by the Palisadoes Foundation as part of its annual Calico Challenge program. Calico provides paid summer internships for Jamaican university students to work on selected open source projects. They are mentored by software professionals and receive stipends based on the completion of predefined milestones. Calico was started in 2015.
Installation
Talawa system prerequisites
Clone and change into the project
$ git clone https://github.com/PalisadoesFoundation/talawa.git
$ cd talawa
Install packages
$ flutter pub get
Start developing!