BrownofDarkness / TransferGo

A small mobile money app for transactions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TransferGo

A small mobile money app for transactions

How to contribute

  • Fork the repository

How to run

clone the repository with

git clone https://github.com/<github-username>/TransferGo.git

navigate to the backend directory with

cd TransferGo/src/backend/TransferGO

Run the runserver with

python manage.py runserver

navigate to the frontend directory with

cd TransferGo/src/frontend

How to contribute

  • contribute to any of the folder in the directory
  • get all repositori's changes with
git pull origin main
  • make a pull request with
git push
  • after your push with
git add .
git commit -m "description of your commit"
git push origin main
  • after you create a pull request for it to be merge

About

A small mobile money app for transactions


Languages

Language:JavaScript 64.6%Language:Python 34.9%Language:HTML 0.5%