Skip to content
/ mateapp Public

Mate app can help you to make correct decision using messenger app

License

Notifications You must be signed in to change notification settings

arsho/mateapp

Repository files navigation

Mateapp

Size

. See live 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
    

About

Mate app can help you to make correct decision using messenger app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published