Skip to content
/ go-server Public template

Template for creating and spinning up a custom web server using golang.

Notifications You must be signed in to change notification settings

shashwatVar/go-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go server

A template for creating a custom web server using golang.

  • Gin : http web framework
  • Gorm
  • Redis for storing jwt metadata

How to run??? :

Install air first.


  • cp .env.example > .env fill the fields in the .env file accordingly

  • go get -u -v

  • air / ~/bin/air

just execute air


About

Template for creating and spinning up a custom web server using golang.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published