learn-gomux

command module
v0.0.0-...-c40e829 Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2022 License: Unlicense Imports: 9 Imported by: 0

README

learn-gomux

Learning Rest-API using gorialla mux and postgreSQL from Semaphore CI gorilla mux tutorial

Getting started

  1. Setup environment variables

    export APP_DB_USERNAME=postgres
    export APP_DB_PASSWORD=bhaskar
    export APP_DB_NAME=postgres
    
  2. Run postgres docker

    docker run --rm --name "psql" -e POSTGRES_PASSWORD=bhaskar -it -p 5432:5432  postgres
    
  3. Run tests

    go test -v
    

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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