-
Notifications
You must be signed in to change notification settings - Fork 37
/
setup.txt
35 lines (25 loc) · 1.23 KB
/
setup.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
******* SOFTWARE NEEDS TO BE INSTALLED **********
1. Install Spring STS IDE from https://spring.io/tools/sts/all
NOTE: If you are using Eclipse IDE install Spring Boot jars
2. Install Java 1.7 (JDK or JRE)
3. Install Apache Maven in your system (Version Used: 3.3.3)
4. Install MySql Server Workbench database(Version Used: 6.3)
******* SET UP INSTRUCTION **********
1. Open MySql Server
Run the script file as "Open Sql Script"
2. Open Spring STS
Download the source file to your desktop
Import travelApp src folder as Existing Maven Project
3. Open application.properties file
change DataBase Name, UserName and Password of your database
4. Two API's were used
a) FourSquare API
Get Client key and client secret key from https://developer.foursquare.com/docs/
b) DarkSky API
Get Client Key from https://darksky.net/dev/docs
5. Open BaseFactory.js
Assign clientId and clientSecret variable with the keys obtained from FourSquare
Assign weatherKey variable with key obtained from DarkSky
6. Build your Project as File--> MavenBuild so that it can download all the jars.
7. Run the Project as Run As --> Spring Boot App
8. *** You are Good to go.. Play with our Application ******