Skip to content

dongri/crud-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crud-go

infra

$ cd infra
$ docker network create crud-go-network
$ docker-compose up --build -d
$ docker-compose logs -f

backend

$ cd backend
$ go install github.com/pressly/goose/v3/cmd/goose@latest

$ goose -dir db postgres "host=localhost port=5432 user=postgres dbname=crud-go sslmode=disable" up

$ docker-compose up --build -d
$ docker-compose logs -f

http://localhost:3001

frontend

$ cd frontend
$ yarn install
$ yarn start

http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors