• Stars
    star
    1
  • Language
    Ruby
  • Created over 6 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A web platform that can enable users to register and send money to each other within the system. They top up their accounts through MPESA* and can now transfer amongst themselves. They use the registered number or email address to transfer. Once a transfer is done, the recipient receives a confirmation through email. At the end of the day** a report of all transactions is sent to all users of the system who have had transactions. The users will use the application mostly on their phones so it should work well on a mobile browser.

More Repositories

1

Foughts.ke

Ticket selling application.
JavaScript
2
star
2

One-Million-Dollar-Forex-Trading-Competition

A forex trading competition site.
HTML
1
star
3

bryan-memeti

transformed my portfolio from ruby to javascript
HTML
1
star
4

MPESA-API-Server

Server for MPESA-API integration
JavaScript
1
star
5

notifier-memetibryan

JavaScript
1
star
6

C-Algorithms

Algorithims in C language
C
1
star
7

Cpp-Algotithims

Algorithims in C++ language
C++
1
star
8

Microsoft-Bot

A mordern Tech Bot
HTML
1
star
9

Chat-App

Chat App built with ionic framework
TypeScript
1
star
10

messaging-service

JavaScript
1
star
11

AI-Project

This project is a simple JavaScript and POSTGRESQL Database Artificial Intelligence software with an ES knowledge base and text to speech feature.
JavaScript
1
star
12

blockchain_wallet

A blockchain wallet project
Shell
1
star
13

engine

An engine built with NodeJs, Express and MongoDb
JavaScript
1
star
14

Train-system

Make a program to map a train system. It should allow train system operators to add, update and delete information. It should allow train riders to read information regarding when and where they can ride a train. Trains will stop in a number of cities and each city may have a number of trains coming through it. Here are some user stories for you to get started: As a train system operator, I want to create, read, update, delete and list trains, so that I can track all of the trains in my system. As a train system operator, I want to create, read, update, delete and list cities where my trains will stop, so that I can manage where all of the trains will go. As a train rider, I want to view a train, so that I can see the cities where it stops. As a train rider, I want to view a city, so that I can see which trains come to it. As a train rider, I want to see a timetable that shows what time each train stops in each city. As a train rider, I want to purchase a ticket in a particular city for a particular train so that I can get on and off in any city that train travels. (This can work like a MAX ticket where you are able to purchase the ticket independent of the destination). There is a many-to-many relationship between cities and trains. You might consider naming the cities_trains join table stops to reflect the relationship between the two. When you list out the trains for a specific city, you'll need to start by selecting all stops for that city, and then selecting all trains for those stops.
Ruby
1
star