This is the application that is being built for Western Province Blood Service, for a Varsity project. This is for learning purposes.
- Install a webserver with PHP and MySQL
- OSX: MAMP
- Windows: WAMP
- Linux: XAMPP/AMMPS
- Run the webserver, and point the
web rootto thewebfolder - Create a database called
wpbts - Run the
db_complete.sqlinDB_Scriptsfolder on your MySQL instance. - Change the
API_BASEstring inres/values/api_urls.xmlfile to your host.- Make sure the
HOSTis NOTlocalhostor127.0.0.1 - Include the right port (
8888is default)
- Make sure the
- Navigate to
HOST/login.phpto login - Launch the application from Android studio
Refer to the LICENSE file.