Server for Android application, that allows saving airplanes and airports. Then it is possible to store information about flights between two airports using selected airplane. The project supports multiple languages of application users. Android application repository
Environment variables requiered to connect to firebase:
GOOGLE_APPLICATION_CREDENTIALS = <path to admin sdk config file>
FIRESTORAGE_NAME = <Firestorage Name>
IMAGE_URL = <default url of image uploaded to image storage>
Run MongoDB server:
<MongoDB-path>/mongod.exe --dbpath <data path>
Project uses Gradle, command to run server:
./gradlew bootRun
Repository uses Github actions to run automaticaly tests on branch push.