Skip to content

drinkingandcoding/twotop-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twotop-backend

Running locally

With Docker, spin up the db as a container and spin up the service as a process

  • Install Podman

  • podman-compose up

  • export INTERNAL_URL="postgres://twotop:twotop@localhost:5432/twotop"

  • go run main.go

Running locally for MacOS (M1)

With Docker, spin up the db as a container and spin up the service as a process

  • Install podman with brew: brew install podman

  • Install podman-compose

  • podman machine start

  • podman-compose up

  • export INTERNAL_URL="postgres://twotop:twotop@localhost:5432/twotop"

  • go run main.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages