- Tindor
- TindorApp - Android Client
- TindorServer - RESTful API server
- Clone the project
- Open the TindorServer folder using PyCharm and start running, or
- Open the console and change the working dir to TindorServer; activate the virtual env
venv\Scripts\activate
; start the web serverpython main.py
- Open the TinderApp project from Android Studio, change the
url
in StartupActivity.java to your own address, then build and run the TindorApp. Make sure the last line of start screen is {'test_net': 'good'}.