this repository is a first contact with golang doing an employee CRUD. Based on the classic CRUD structure, this app is a service to manage adding, deleting or consulting operations to a employee entity.
Taking as a persistence system a mySQL date base and developing using Xampp. And to make the process more agile, bootstrap is used for the UI.
Download Xampp if you don't have it installed yet, get it at official Xampp website and run the apache and MySQL services.
move to the app directoy
cd GoEmployeeCrud
run the app as follows
go run ./main.go
Send requests to http://localhost:8000/ The app looks like: