Skip to content

this repository is a first contact with golang doing an employee CRUD

Notifications You must be signed in to change notification settings

juanmera01/GoEmployeeCrud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoEmployeeCrud

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.

How to run

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: image

About

this repository is a first contact with golang doing an employee CRUD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages