Skip to content

A microservice with APIs to handle requests to view users, accounts, and statements by performing a simple search on dates and amount ranges. Technologies used: Java, Spring Boot, Docker, H2

Notifications You must be signed in to change notification settings

EmekaMomodu/squadio-microservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Squadio Microservice

This is a dockerized microservice with APIs to handle requests to view users, accounts and statements by performing a simple search on dates and amount ranges

Entity Relationship

The Entity Relationship Diagram for the system Entity Relationship Diagram

Setup

run mvn clean install on terminal from project root directory

To build the docker image, run docker build -t squadio-microservice .

To spin up a container from the created image, run docker run -p 8080:8080 -d squadio-microservice

API DOC

Database Console

View H2 in-memory database at http://localhost:8080/h2-console login details specified at application.properties

About

A microservice with APIs to handle requests to view users, accounts, and statements by performing a simple search on dates and amount ranges. Technologies used: Java, Spring Boot, Docker, H2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published