Skip to content

sangwansangwan/Golang-99design-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GOLANG 99DESIGN BASIC BOILER PLATE

Follow the commands:

Follow instructions

  1. Clone this repo:

    git clone https://github.com/sangwansangwan/Golang-99design-boilerplate.git
    
  2. Run tidy command:

    go mod tidy
    
  3. Initialise gqlgen config and generate models

    go run github.com/99designs/gqlgen 
    
  4. Run server

    go run server.go
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages