Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 553 Bytes

File metadata and controls

15 lines (11 loc) · 553 Bytes

PetStore Project

Purpose

Demo application built for experimentation purpose only

Pre-requisites

  1. We are using Docker to install PostgreSQL database. If you are interested in using a local or remote PostgreSQL installation, update the database connectivity details in resources. Here is the example of pets-api application-docker.yml.

Services

  1. Pets API

Docker deployment

docker compose up --build