Skip to content

aestheteeism/WeApp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WeApp

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.

Group Members

  • Amy Nguyen
  • Zhuoyue Sun
  • Xiaocheng Kang
  • Jiahao Zhang

Running WeApp by terminal

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

Running WeApp by Eclipse

  1. On the command line
git clone https://github.com/CSE201-Group0-Project/WeApp.git
  1. Inside Eclipse or Spring Tool Suite IDE
File -> Import -> Maven -> Existing Maven project
  1. In STS, right click the project in project explorer
Select "Run As" -> "Spring Boot app"
  1. In Eclipse, right click the project in project explorer
Select "Run As" -> "Maven Build..." -> In the goals, enter "spring-boot:run" -> click Run button

Necessary prerequisites for Windows

  1. Run Command Prompt as administrator
  2. 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%

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 65.4%
  • HTML 30.6%
  • CSS 2.5%
  • JavaScript 1.3%
  • Shell 0.2%