iammelvink / CoronaBank

Repository for my CoronaBank Android app project. Find out how to build a native Android banking app that is functional and secure. Screenshots are disabled within this app to improve security and maintain user confidentiality. Author Melvin Kisten tackle authentication, check balance, transfer and payment functions. We are making use of SQLite for demo purposes, however you are recommended to switch to something like MySQL or Redis for a database, using Java and SQL, and for the front end, XML.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CoronaBank

Repository for my CoronaBank Android app project

Find out how to build a native Android banking app that is functional and secure. Screenshots are disabled within this app to improve security and maintain user confidentiality. Author Melvin Kisten tackle authentication, check balance, transfer and payment functions. We are making use of SQLite for demo purposes, however you are recommended to switch to something like MySQL or Redis for a database, using Java and SQL, and for the front end, XML.

  1. Methodologies/Project Management:

    • Agile
  2. Coding Practices:

    • MVC (Model View Controller)
    • OOP (Object Oriented Programming)
  3. Programming Languages:

    • Java
    • SQL
    • XML (Not really a programming language)

Info (Still loading...)

database :

Super Admin

username :

password :

Admin

username :

password :

User

username :

password :

Live Demo (Still loading...)

Instructions (Still loading...)

  1. Work in progress...

  2. Make sure you have these installed

  3. Clone this repository into your local machine using the terminal (mac) or Gitbash (PC)

    > git clone https://github.com/iammelvink/CoronaBank.git

  4. Run XAMPP and create the database 'template-repo'

  5. Import database tables from template-repo\db\template-repo.sql

  6. Copy cloned repo to C:\xampp\htdocs\

  7. Open your browser and type 127.0.0.1

  8. Enjoy!

More Stuff

Check out some other stuff on Melvin K.

About

Repository for my CoronaBank Android app project. Find out how to build a native Android banking app that is functional and secure. Screenshots are disabled within this app to improve security and maintain user confidentiality. Author Melvin Kisten tackle authentication, check balance, transfer and payment functions. We are making use of SQLite for demo purposes, however you are recommended to switch to something like MySQL or Redis for a database, using Java and SQL, and for the front end, XML.

License:GNU General Public License v2.0


Languages

Language:Java 100.0%