Skip to content

Commit

Permalink
CopyRight & License.txt addition in Project
Browse files Browse the repository at this point in the history
  • Loading branch information
harsh159357 committed Jun 3, 2018
1 parent 41b6231 commit 924a4fc
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions README.md
@@ -1,5 +1,47 @@
# flutter_client_php_backend

**App Demonstrating the use of Flutter and PHP.**

>- App Logo Created Using [Logo Maker](http://logomakr.com)
>- For Hosting used [Hostinger](https://www.hostinger.in/)

**How to use this App.**
>- Host the sample included inside [phpbackend](https://github.com/harsh159357/flutter_client_php_backend/tree/master/phpbackend) on preffered web hosting
>- Create a table inside your database using [FlutterClientPhpBackend.sql](https://github.com/harsh159357/flutter_client_php_backend/blob/master/phpbackend/FlutterClientPhpBackend.sql)
>- If you are using your own website just edit the following constant inside [constants.dart](https://github.com/harsh159357/flutter_client_php_backend/blob/master/lib/utils/constants.dart)
static const String API_BASE_URL = "http://hafinse.pe.hu";

>- Make sure to edit [DBOperations.php](https://github.com/harsh159357/flutter_client_php_backend/blob/master/phpbackend/DBOperations.php) and change following things -
private $host = 'your_host';
private $user = 'your_user_name';
private $db = 'your_database';
private $pass = 'your_password';
>- Not Interested in doing above steps just clone this repo and use it as it is already hosted on Free Web Host Hostinger [hafinse](https://hafinse.pe.hu)

**Things Implemented**
>- Splash
>- Login
>- Registration
>- Change Password

**Screenshots**

<div id="images" style="#images {
white-space: nowrap;
}">
<img src="screenshots/Splash.png" alt="Splash" width="150" height="250">
<img src="screenshots/Home.png" alt="Home" width="150" height="250">
<img src="screenshots/Login.png" alt="Login" width="150" height="250">
<img src="screenshots/Registration.png" alt="Registration" width="150" height="250">
<img src="screenshots/Change_Password.png" alt="Change Password" width="150" height="250">
</div>
<br/>

License
-------

Expand Down
File renamed without changes.
Binary file added screenshots/Change_Password.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/Home.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/Login.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/Registration.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/Splash.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 924a4fc

Please sign in to comment.