Skip to content

adhir2099/GO-GOLANG-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GO

👋 GO API

GO API

A complete GO API

Backend

Included imports

  • Gorilla mux
  • Gorm

Initialize

Initialize Go's API

Get to the directory

Configure your server you want to listen, by default is in 8098

go run main.go

Open a new CMD terminal

Get to the directory and run the method you want to try

POST Method // go run addUser.go

PATCH Method // go run updateUser.go

DELETE Method // go run deleteUser.go

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b your-branch
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin your-branch
  5. Submit a PR

Maintenance

Maintenance

Get in touch with me:

adhir2099

Created with 🧡 by Adhir2099

Releases

No releases published

Packages

No packages published

Languages