Skip to content

ogustavobelo/simple-crud-go-mongo

Repository files navigation

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

About

A simple crud using Golang, MongoDB and Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published