Skip to content

Server for Android application about planning trips with social interaction.

License

Notifications You must be signed in to change notification settings

GoodTripProject/GoodTripServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoodTripServer

Description

Back-end part of the Android application GoodTrip.

Dependencies

Build and Run

To build and run the project from the command line:

  1. Set properties in the next files:

    application.properties

     PLACES_API_KEY                 # key from google places api
     FLIGHT_API_KEY                 # public key from amadeus api
     FLIGHT_API_SECRET_KEY          # private key from amadeus api
     spring.datasource.url          # database url
     spring.datasource.username     # database username
     spring.datasource.password     # database password
    

    encryption.properties

      salt                          # your private salt of application to hash passwords
    
  2. Enter commands in the command line:

    $ ./gradlew build                        
    $ ./gradlew run
    

Test

If you want to test application enter:

  1. Set properties as in the previous paragraph

  2. Enter command in the command line:

    $ ./gradlew test
    

Documentation

Getting in touch

If you have issues/questions/problems, you can write:

Resources

License

GoodTrip is an Open Source project covered by the MIT License.

About

Server for Android application about planning trips with social interaction.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published