This a test repo for posts system
First install docker, docker compose for your machine and start it. How this is done is very well documented all over the internet.
In order to run the project, you need to simply run:
$ docker-compose up -d
That’s it. Your app should now be running on port 9092 on your Docker daemon. http://localhost:9092/index.html
This page is a swagger API page which will expose all the API routes, and all the API calls can be ran from there. For more info on swagger: https://swagger.io/