8000 GitHub - ivantom-pro/TransferGo: A small mobile money app for transactions
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ivantom-pro/TransferGo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.4%
  • Python 35.2%
  • HTML 0.4%
0