https://github.com/arsho/mobilemate
https://github.com/arsho/mobilemate
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arsho/mobilemate
- Owner: arsho
- License: mit
- Created: 2017-11-05T04:50:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-05T09:32:17.000Z (over 8 years ago)
- Last Synced: 2025-01-28T04:46:14.904Z (over 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
mobilemate
==========
[](https://travis-ci.org/arsho/mobilemate)
[](https://github.com/arsho/mobilemate/)
[](https://codecov.io/github/arsho/mobilemate)
*Development Status :: 1 - Planning*

App description goes here. See live [https://mobilemate.herokuapp.com/](https://mobilemate.herokuapp.com/)
## Software Environment
The following environment is used to develop the application:
- **OS** : Windows 8.1 (64 bit)
- **IDE** : PyCharm Professional (Version: 2017.2.3)
- **Python** : 3.6.2 (64 bit)
### Necessary Package Installation
- Install virtual environment
$ python -m virtualenv venv
- Activate virtual environment (Change it based on your OS)
$ venv\Scripts\activate.bat
- Install necessary packages included in `requirements.txt`
$ pip install -r requirements.txt
### To Run the Application
- Activate virtual environment (if not activated)
$ venv\Scripts\activate.bat
- Run the `app.py`
$ python app.py
### Unit testing
- Activate virtual environment (if not activated)
$ venv\Scripts\activate.bat
- Run the `tests.py`
$ python tests.py

### What is this repository for?
- Quick summary
- Version Controlling
- Screenshot enlisting of each phase (See attached Screenshot folder)
- [Issue Tracking](https://bitbucket.org/arsho/mobilemate/issues)
## Acknowledgments
- Demo acknowledegement