The backend of the Vandy Course Planner.
Website URL: https://vandy-course-planner.com
Run the main method in src/main/java/edu/vanderbilt/vandycourseplanner/VandyCoursePlannerApplication.java
.
- Go to the swagger editor
- Upload the file
src/main/resources/API.yaml
to the editor. - Choose the target API and click
Try is out
. Enter the query parameters or request body. - Click
Execute
to test the REST API. - Check the
Responses
section below to view the response.
Go to each controller class to find the route. The base URL is localhost:8080/vandy
.
Run the command in terminal: mvn clean install
. A runtime JAR file and an executable JAR file
will appear in the /target
directory.