yasharth291 / talawa

Community Organization Management Software. Click on the link below to see our documentation.

Home Page:https://palisadoesfoundation.github.io/talawa-docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Talawa

Build Status License: GPL v3 GitHub stars GitHub forks

N|Solid

Talawa is a modular open source project to manage group activities of both non-profit organizations and businesses.

Core features include:

  1. Membership management
  2. Groups management
  3. Event registrations
  4. Recurring meetings
  5. Facilities registrations

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. Visit The Palisadoes Foundation's website for more details on its origin and activities.

Talawa Components

talawa has these major software components:

  1. talawa: A mobile application with social media features
  2. talawa-api: An API providing access to user data and features
  3. talawa-admin: A web based administrative portal
  4. talawa-docs: The online documentation website

Documentation

Installation for Developers

You can test talawa in your own development environment. This section shows you how.

Prerequisites

You'll need to setup the IDE and mobile device emulator on your local system, and have access to a system running the Talawa API which the mobile needs to access to operate properly.

  1. Development Environment: You'll need to have the following installed:
    1. Flutter SDK
    2. Android Studio
  2. API Environment: You will need to enter the URL of the API server in the Talawa app when it first starts up. The URL could be active on a system you control or in our test environment.
    1. Your API Server: Check the Talawa API repository for information on how to setup the API on your local machine or a machine under your legitimate control. There is a section in the README.md file that discusses installation.
    2. Our API Server for Talawa Contributors: We also have a test environment that our open source contributors use. Try it if you are not inclined to setup or customize your own API server.This is a development environment. The data stored on this server may be modified or deleted without warning. Information about this server can be found in the Talawa documentation site

Command Line Steps

We have tried to make the process simple. Here's what you need to do.

  1. Clone and change into the project.
    $ git clone https://github.com/PalisadoesFoundation/talawa.git
    $ cd talawa
  2. Install packages
    $ flutter pub get
  3. Start developing!

About

Community Organization Management Software. Click on the link below to see our documentation.

https://palisadoesfoundation.github.io/talawa-docs/

License:GNU General Public License v3.0


Languages

Language:Dart 98.9%Language:Python 0.5%Language:Ruby 0.3%Language:Dockerfile 0.2%Language:Swift 0.1%Language:Kotlin 0.0%Language:Objective-C 0.0%