Skip to content

an example rest api implemented in golang

License

Notifications You must be signed in to change notification settings

alaisgomes/go-crud

 
 

Repository files navigation

go-crud alt text

an example rest api in golang and mysql

prerequisites

  • go
  • mysql

next steps

  • clone this repository
  • restore database mysql -u <mysql-username> -p < db.sql
  • run program go run server/server.go

About

an example rest api implemented in golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 95.5%
  • Dockerfile 4.5%