Skip to content

Laurell876/talawa-api

 
 

Repository files navigation

Talawa API

N|Solid

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

Core features to be developed include:

  1. Membership management
  2. Groups management
  3. Event registrations
  4. Recurring meetings
  5. 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

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

Prerequesites

Talawa API development prerequisites

Clone and change into the project

$ git clone https://github.com/PalisadoesFoundation/talawa-api.git
$ cd talawa-api

Install packages

$ npm install

To run the project in development mode, run the following command

$ npm run start

For testing, run the following command

$ npm run test

Start developing!

Environment Variables

To run this api five environment variables need to be set in a .env file in the root of the api:

  1. MONGO_USER
  2. MONGO_PASSWORD
  3. MONGO_DB
  4. ACCESS_TOKEN_SECRET
  5. REFRESH_TOKEN_SECRET

Image Upload

To enable image upload functionalities create an images folder in the root of the project

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.4%
  • Python 2.7%
  • Other 0.9%