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

https://github.com/mertyildiran/echo

the RESTful API of echo: voice-focused dating app, written on top of Django REST framework
https://github.com/mertyildiran/echo

Last synced: 3 months ago
JSON representation

the RESTful API of echo: voice-focused dating app, written on top of Django REST framework

Awesome Lists containing this project

README

          

# echo

the RESTful API of echo: voice-focused dating app, written on top of Django REST framework


App icon


Feature graphic

#### Android Client

Get it on Google Play

### Installation

Make sure your Python version is 3.6.5 and pip3 installed on your system. To install Redis, GDAL library, libspatialite (or PostGIS) and the other dependencies run:

```Shell
sudo ./install.sh
pip3 install -r requirements.txt
```

or with Docker: `docker pull mertyildiran/echo`

### Usage

This script will start a Redis Server, the Django RESTful API and Celery Periodic Tasks:

```Shell
python3 manage.py migrate
./run.sh
```

or with Docker: `docker-compose up`