Simple page web application for employee management.
Make sure you have at least Node 10, Golang 1.15 and MySQL 8.
- Clone the repo.
- Look for the sql scripts in
EmployeeManagement/Backend/scriptsand execute them in db in the next order.- CreateDB
- FunctionsProcedures
- ResetDB
- Look for the next file
EmployeeManagement/Backend/config/Mysql.goand change the credentials. - Look for the next file
EmployeeManagement/Frontend/src/config.jsonand make sure that the BASE_URL_API corresponds to the IP of the Golang server. - Go to
EmployeeManagement/Backendand run
$ go run main.go
Go to EmployeeManagement/Front and run
$ rm -rf node_modules
$ rm package-lock.json
$ npm install
$ npm start
- Enjoy it!
Functional web app with the four basics operations (CRUD).
This software was built using API REST in an Layered Architecture.
Done!
