Skip to content

Ayokunnumi1/zero-hunger-hackathon

Repository files navigation

📖 HABA-Na-HABA USSD APPLICATION

This is an application designed to connect waste points with vulnerable groups, enabling people to collect food that's about to be wasted for their own use. This application uses Africa's Talking API for USSD functionality and a Rails backend.

Key Features

  • Geolocation technology.
  • Real-Time Notifications.
  • Surplus Food and needs Listings.
  • User-Friendly Interface.
  • Feedback and Rating System
  • Ussd functionality for the app.

Prerequisites

In order to run this project you need:

  • Ruby on Rails Environment
  • Africa's Talking Account
  • Africa's Talking Gem
  • Rails Application Setup
  • Environment Configuration
  • Controller and Routes
  • Controller Logic
  • Africa's Talking Callback URL
  • Ngrok (for Local Development)
  • Testing

(back to top)

Tech Stack

Client
Server
Database

(back to top)

Setup

Clone this repository to your dist folder:

git@github.com:Ayokunnumi1/zero-hunger-hackathon.git
cd zero-hunger-hackathon

Create a New Rails App

rails new zero-hunger-hackathon
cd zero-hunger-hackathon

Africas talking API

  1. Sign Up for Africa's Talking
  1. Verify Your Account
  • Check your email for a verification link from Africa's Talking.
  • Click the link to verify your account.
  1. Login to Your Africa's Talking Account
  • Go to Africa's Talking Login.
  • Enter your credentials and log in.
  1. Create a New Application In the dashboard,
  • Navigate to "Sandbox Apps" or "Production Apps".
  • Click on "Create a New App".
  • Enter a name for your application (e.g., "USSDApp").
  • Save your new application.
  1. Obtain API Key
  • In your application dashboard, find your "API Key".
  • Copy the API key for use in your Rails application.
  1. Set Up a USSD Channel
  • Navigate to "USSD" in the dashboard.
  • Click on "Create Channel" or "Add Service Code".
  • Follow the prompts to set up a USSD code (e.g., *123#).
  • Link the USSD code to your application.
  1. Configure Callback URL
  1. Add Africa's Talking Credentials to Rails

Ngrok

  • Go to ngrok and sign up for a free account or login if you already have one.
  • To install ngrok, visit the download page.
  • To connect your account to ngrok run ngrok authtoken <your authtoken> and replace with your authtoken.
  • We will get back to ngrok later, let's first setup our rails app.

Ruby gems

  • gem 'rack-cors'
  • gem 'africastalking'```.
  • Add the following gems to your gemfile and run bundle install.

(back to top)

🚀 Video Demo

(back to top)

Usage

Use this project in the sandbox demo of Africastalking ussd API.

👥 Authors

👤 Ayokunnumi Omololu

👤 Austin Obimbo

👤 Md Mahadi Hasan Rifat

👤 Al Amin Khan Shakil

(back to top)

🔭 Future Features

  • Utilize iot devices for food delivery
  • Feedback functionality.

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

⭐️ Show your support

You are welcome to support this project by giving leaving a star on the project.

🙏 Acknowledgments

Acknowledgements to Tech to the rescue team and haba na haba for giving us a platform to code to fight food hunger.

(back to top)

📝 License

This project is MIT licensed.

(back to top)