Skip to content

gastongr/reservations-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reservations API for Volcano Island

Provides availability checking and reservation management for the island campsite.

Running the application

Start the application using an in memory database

./mvnw spring-boot:run

Start the application using a MySQL database (update connection details on application-mysql.properties)

./mvnw spring-boot:run -Dspring-boot.run.profiles=mysql

For a complete list of operations please check the Swagger documentation available at http://localhost:8080/swagger-ui.html

About

Reservations API for Volcano Island

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages