This app handles post management
- Build the image
docker build . -t nexusnet-postmanager:latest - Run the image
docker run -p 8081:8081 nexusnet-postmanager:latest - The app will be served on localhost:8081
-
Start the
docker-compose.ymlfile withdocker compose up -
The app will be served on localhost:8081
-
Start the
docker-compose.ymlfile withdocker compose up -
Run the tests
Once app is running in the documentation can be accessed via: http://localhost:8081/swagger-ui/index.html