Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mhsattarian/bahs-mozu-finder

Suggest Discussion Subjects!
https://github.com/mhsattarian/bahs-mozu-finder

debate disscusstion fun suggestor

Last synced: about 2 months ago
JSON representation

Suggest Discussion Subjects!

Awesome Lists containing this project

README

        

# Bahs-Mozu-Finder
it's a silly, small project based on [commitment](https://github.com/ngerakines/commitment), created to find subjects to discuss over in `Avalon, the group!`.

#### Currently running at:
- [bahs-mozu-finder.herokuapp.com](https://bahs-mozu-finder.herokuapp.com)
- [bahs-mozo-finder-mh-sattarian.fandogh.cloud](https://bahs-mozo-finder-mh-sattarian.fandogh.cloud)

#### Quick Start

Create a virtualenv with python version 2:

```shell
virtualenv --python=python2 .
```

Install Dependencies:

```shell
pip install -r requirements.txt
```

Run the app:

```shell
python app.py
```