Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
helenau1 committed May 17, 2017
1 parent 783a75c commit 9c5fac4
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AsthmaApp
#####AsthmaApp

AsthmaApp is a sports diary specially designed for asthmatics, so they can monitor their medicine use related to sports activities.
AsthmaApp requires user registration. Once registered the user can submit data of the sport activities and medicine use,
Expand All @@ -7,11 +7,13 @@ Pictures of the GUI can be found from the GUI_images file.

The project was part of a PHP/SQL course offered by the Laurea University of Applied Sciences.

How to Setup:
#####How to Setup:

Download the .zip from this GitHub repository and save the folder under "C:\xampp\htdocs" directory. Name it "asthma_app".
Launch Apache and MySQL (for example with XAMPP).
Go to phpMyAdmin and import the "asthma_app_database.sql" script from SQL folder. It creates the database, the tables and inserts some test data.
Download the [.zip](https://github.com/helenau1/astma_app/archive/master.zip) from this GitHub repository and save the folder under C:\xampp\htdocs directory. Name it asthma_app.

Launch Apache and MySQL for example with XAMPP.
Go to phpMyAdmin and import the [asthma_app_database.sql](SQL/asthma_app_database.sql) script from SQL folder.
It creates the database, the tables and inserts some test data.

Open "http://localhost/asthma_app/index.php" in your web browser.
Create your own account on the "Sign up" page to test the app, or sign in with the test account
Expand Down

0 comments on commit 9c5fac4

Please sign in to comment.