go-shopping

command module
v0.0.0-...-497d2ab Latest Latest
Warning

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

Go to latest
Published: Oct 1, 2019 License: MIT Imports: 5 Imported by: 0

README

go-shopping

Running mongo

mkdir ~/data
sudo docker run -d -p 27017:27017 -v ~/data:/data/db mongo
docker exec -it cart-mongo bash

Running postgres

docker run -p 5432:5432 --name usermgmt-postgres -e POSTGRES_PASSWORD=makethisanenvvariable -d postgres
psql -h localhost -U postgres
CREATE DATABASE usermgmt;

TODO add postgres init script

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
services

Jump to

Keyboard shortcuts

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