An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

Mateapp
========

[![Size](https://img.shields.io/github/size/arsho/mateapp/app.py.svg?)](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