Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
iam-abbas committed Aug 24, 2020
2 parents 0fbaae1 + 7bc57ca commit 9c69404
Show file tree
Hide file tree
Showing 2 changed files with 2,370 additions and 10 deletions.
29 changes: 19 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,27 @@
# GRIT
Measuring Human Perseverance


Measuring Human Perseverance
# Usage Guidelines

- Navigate to `\webapp`.
### Download Modules
- ```pip install -r requirements.txt```
##### For Windows
- Windows doesn't have a module for mysqlclient. So before you you install `requirements.txt`. Execute the following command in `\webapp`.
- ``` pip install wheel/mysqlclient-1.4.6-cp38-cp38-win32.whl```

```
pip install -r requirements.txt
```
### Run on localhost.

- Now just run application.py with:
- ```python application.py```
```
python application.py
```
- You should be able to use the application on `localhost:5000`

##### Windows Error
- Windows doesn't have a module for mysqlclient. So before you you install `requirements.txt`. Execute the following command in `\webapp`.
- ``` pip install wheel/mysqlclient-1.4.6-cp38-cp38-win32.whl```

### Testing
- You can view the survey at http://localhost:5000/survey
- You can view the dashboard at http://localhost:5000/dashboard

# Contribution Guidelines

### Branches
Expand All @@ -40,3 +46,6 @@ Measuring Human Perseverance
- Remember to delete your branch after you have merged.

###### Note: Use slack and issues page for reporting issues and bugs.


### TODO: > Add Technical Report
Loading

0 comments on commit 9c69404

Please sign in to comment.