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
- Host: GitHub
- URL: https://github.com/mertyildiran/echo
- Owner: mertyildiran
- License: apache-2.0
- Created: 2018-06-30T22:09:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-20T01:44:39.000Z (over 6 years ago)
- Last Synced: 2025-03-30T07:32:19.688Z (6 months ago)
- Language: Python
- Homepage: https://play.google.com/store/apps/details?id=computer.dragon.echo
- Size: 63.5 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# echo
the RESTful API of echo: voice-focused dating app, written on top of Django REST framework
![]()
![]()
#### Android Client
### 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`