go-crud icon indicating copy to clipboard operation
go-crud copied to clipboard

an example rest api implemented in golang

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