MoneeShare revolutionizes financial accessibility with a seamless text-based banking platform designed for everyone, aimed at financial inclusion especially for those in rural areas, and to breach connectivity constraints.
Frontend repo: https://github.com/itcentralng/monee-share-front
Backend repo: https://github.com/itcentralng/monee-share-api
- SignalWire
- Convex
- Safe Haven Micro Finance Bank API
- Fast API
- React JS
Note: due to some unknown issue we could not receive replies when we sent SMS to our SignalWire number, so we used react to create an interface to showcase how our app would work.
- Clone the repo
- run
npm install
- In the convex dashboard create an environmental variable
API_URL
and set it to your servers URL. - Run
npx convex dev
- Run
npm run dev:client
- Go to the address in your terminal
- Clone the repo
- Create a virtual environment
python -m venv venv
- Activate the virtual environment
source \venv\Scripts\activate
for Mac/Linux/git bash and.\venv\Scripts\activate
for windows - run
pip install -r requirements.txt
- Register on the various platforms and provide the required variables in the .env file
- run
uvicorn main:app
to start the server