Skip to content

DominikKossinski/MyFlightsServer

Repository files navigation

MyFlightsServer

AutoBuildWorkflow

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

Firebase

Environment variables requiered to connect to firebase:

 GOOGLE_APPLICATION_CREDENTIALS = <path to admin sdk config file>

Firestorage

    FIRESTORAGE_NAME = <Firestorage Name>
    IMAGE_URL = <default url of image uploaded to image storage>

MongoDB

Run MongoDB server:

<MongoDB-path>/mongod.exe --dbpath <data path>

Build and Run

Project uses Gradle, command to run server:

    ./gradlew bootRun

CI

Repository uses Github actions to run automaticaly tests on branch push.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages