Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 345 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 345 Bytes

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