Skip to content

samudra-ajri/go-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple crud using go and graphql with clean architecture.

How to run

$ cd go-graphql
$ cp .env.example .env
$ cd go-graphql/src
$ go mod tidy

Run migration and seeder
$ go run db/migration_cli.go migrate
$ go run db/migration_cli.go seed

Run this app
$ go run cmd/main.go

Next, open localhost:9090/grahpql

About

Simple crud using go and graphql api with clean architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published