go-docker-backend

command module
v0.0.0-...-4e3de5f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 26, 2020 License: MIT Imports: 4 Imported by: 0

README

Use-Cases

  1. To quickly build POC backend systems. Consider, you have an interview and you were asked to build a backend system, in a time frame. Instead of spending time on creating folder structure and making sure that db is up and running. You can do:
git clone https://github.com/raunakjodhawat/go-docker-backend.git

and then run:

docker build -t yourname\interview && docker run -p 8080:8080 yourname\interview

In future, you can also use, golang tests, to run in a separate docker container

Currently, it only supports mongodb. I plan to include an array of db options.

Use-cases to quickly build scalable proof of concept backends

Goal is to give full set of CRUD feature

nodemon --exec go run main.go --signal SIGTERM

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal
app/book
Package app
Package app

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL