Tides is a two-way chat platform between NGOs and their impact community that is built using WhatsApp API. The platform allows NGOs to chat with each of their beneficiaries and help them to uplift their lives. NGOs can work in various sectors such as healthcare, education, women empowerment, and more… so for education, an NGO can chat with a beneficiary to help them with the admission process, share study material or learn other ways they can intervene.
This prototype repository covers the various technologies, connect the dots and test a working model of the platform. A most basic use case of the application is used to build the prototype. It follows like this:
- A beneficiary will be able to message an NGO user via WhatsApp.
- The message will be visible on the platform.
- It will get labeled with relevant keywords.
- A basic response will be suggested too.
- The NPO user will use the suggestion from the system to form a response and then send it to the beneficiary.
- Elixir 1.6 or later
- Erlang 20 or later
- Phoenix
- Duplicate the file
dev.exs.example
and name it asdev.exs
.
docker-compose config
Check if docker config and env variables are set properly.docker-compose up -d
Start the container.
- Create your application database manually and update the database variables.
- Run
mix setup
. - Run
mix phx.server
Now you can visit localhost:4000
from your browser.
ProjectTides's documentation is built with Jekyll and publicly hosted on GitHub Pages at https://projecttides.github.io/tides/.
- Elixir
- CI
- CD
We appreciate feedback and contribution to this repo! Before you get started, please see the following:
- ProjectTides's general contribution guidelines
- This repo's contribution guide
- ProjectTides's code of conduct guidelines
Include information on how to get support. Consider adding:
- Use Issues for code-level support
- Join Project Tides Discord Server for more usage, questions, specific cases with the community.
- Email us at [email protected] for more support and feedbacks.
This project is covered under The GNU General Public License v3.0.