https://github.com/arsho/mateapp
Mate app can help you to make correct decision using messenger app
https://github.com/arsho/mateapp
Last synced: over 1 year ago
JSON representation
Mate app can help you to make correct decision using messenger app
- Host: GitHub
- URL: https://github.com/arsho/mateapp
- Owner: arsho
- License: other
- Created: 2017-12-09T17:52:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T23:48:58.000Z (over 3 years ago)
- Last Synced: 2025-01-28T04:46:14.995Z (over 1 year ago)
- Language: Python
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
Mateapp
========
[](https://github.com/arsho/mateapp/)
. See live [https://mateapp.herokuapp.com/](https://mateapp.herokuapp.com/)
## Software Requirements
The following environment is used to develop the application:
- **OS** : Ubuntu 16.04 (64 bit)
- **IDE** : PyCharm Professional (Version: 2017.2.3)
- **Python** : 3.5 (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 `application.py`
$ python app.py