Backend for Android Academy Client

Back-end API for Android App

To run locally:

  • change sqlite.backend.url property to a convenient location on your local machine, e.g. "jdbc:sqlite:/tmp/academy_courses_db" or run within docker container; then to connect to this API from emulator use "http://10.0.2.2:8080/"
  • to connect to this API from real device you'd need to either open 8080 port (of your local machine) to the outer world or deploy this code to some host