Skip to content

chrisashwalker/hoot-api-posts

Repository files navigation

Hoot Posts API

The posts management service for Hoot - a tiny Human Resources management system built upon microservices.
Developed with Java Spring.

Run

./gradlew bootRun

Build

./gradlew build

Build Docker image

docker build -t hoot-api-posts .

Create and run docker container

docker run --name hoot-api-posts-container -p 8002:8002 hoot-api-posts 

Scaffolded with

start.spring.io

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published