JoJo Technology's (CSE201 Group 0) App Repository
WeApp is a repository of applications, which can be understand as a library of applications that is sortable and filterable based on different criteria. WeApp is different from platform-specific stores in that it provides more information, includes user discussions, is user-driven, and allows cross-platform comparison.
- Amy Nguyen
- Zhuoyue Sun
- Xiaocheng Kang
- Jiahao Zhang
git clone https://github.com/CSE201-Group0-Project/WeApp.git
cd WeApp/WeApp
./mvnw clean install
java -jar target/WeApp-0.0.1-SNAPSHOT.war
- On the command line
git clone https://github.com/CSE201-Group0-Project/WeApp.git
- Inside Eclipse or Spring Tool Suite IDE
File -> Import -> Maven -> Existing Maven project
- In STS, right click the project in project explorer
Select "Run As" -> "Spring Boot app"
- In Eclipse, right click the project in project explorer
Select "Run As" -> "Maven Build..." -> In the goals, enter "spring-boot:run" -> click Run button
- Run Command Prompt as administrator
- Set the value of the environment variable to your JDK installation path as follows, XXX represents your JDK version number:
setx -m JAVA_HOME "C:\Program Files\Java\jdk1.8.0_XXX"
echo %JAVA_HOME%