Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 876 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 876 Bytes

simple-crud-go-mongo

A simple crud using Golang, MongoDB and Docker

Dev and Prod environment implemented

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

Auto Swagger doc implemented

image

If you want to test this simple project, it is available on my personal page: Simple Crud Swagger