StudentHomeWork
is an app that helps teachers/TAs to update student homework status.
- Developed the app with Java and PHP. But I recently refactor this project use retrofit for client and ktor framework for backend.
backend: student-homework-ktor
-
clone backend project student-homework-ktor and launch backend service.
-
Make sure that Android device and PC should connect to the same network, open terminal then type
ifconfig
orifconfig | grep 192.
to check your internal IP address.
$ ifconfig | grep 192.
inet 192.168.0.104 netmask 0xffffff00 broadcast 192.168.0.255
- Set
BASE_URL
in your~/.gradle/gradle.properties
, for example:
BASE_URL=http://192.168.0.104:5001