- Clone the repo to your local machine
- Install Java 17 using this link - https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html
- Open your terminal and run
java -vand verified Java is installed correctly. - Install Maven using this link - https://maven.apache.org/install.html
- Run
mvn -vand verified maven is installed correctly the Java version is 17. The backend would not work with other versions of Java. - Run
./mvnw spring-boot:runto run the app locally. - On another terminal, run
curl localhost:8081/healthto check the status of the app. If successful, you will see a line that says "Health: 100%! The backend server is up and running!"
MU-Smart/WheelShare-Backend
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|