Skip to content

API to make reservations on a newly formed island

Notifications You must be signed in to change notification settings

drakoh/new-island

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

New Island API

API to make reservations on a newly formed island

Requirements

  • java 14
  • maven 3.6.x
  • docker

Quick Start

Start Postgres server:

docker rm -f dev-postgres
docker run --name dev-postgres -e POSTGRES_PASSWORD=password -p 5432:5432 -d postgres:12
docker exec dev-postgres psql -U postgres -c"CREATE DATABASE new_island" postgres

Start the app:

mvn clean install
cd app
mvn spring-boot:run

Go to url: http://localhost:8080/new_island/docs.html to see the api documentation and play with the service

About

API to make reservations on a newly formed island

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published