A simple crud using Golang, MongoDB and Docker
If you want to start a server in dev environment, just to run:
docker-compose -f docker-compose.dev.yml up -d --no-deps --build server
It will be available on
localhost:3000/simple-crud
This Project is already setup to run in a Production Environment with Nginx and a SSL Certbot. To deploy in your host you will need a current ssl cert on host. After that, just to run:
docker-compose up -d --no-deps --build server
If you want to test this simple project, it is available on my personal page: Simple Crud Swagger