mcfly

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

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

Go to latest
Published: May 16, 2019 License: MIT Imports: 15 Imported by: 0

README

McFly

Layer to interface between mongo db database and flat files using golang backend.

Docker

$ docker network create -d bridge mongo-network
$ docker run --name mongodb -p 27017:27017 -itd --network=mongo-network mongo
$ docker build -t docker/mcfly .
$ docker run --name mcfly -itd --network=mongo-network -p 3000:3000 docker/mcfly

#Usage

$ make build
$ ./bin/McFly &

Endpoints

Server Depencencies

  • Go
  • Go Libraries
  • MongoDB

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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