Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stanleyy7/employeebackendgo
A refactor of my employee-creator backend as golang instead of java.
https://github.com/stanleyy7/employeebackendgo
gin golang rest-api
Last synced: 12 days ago
JSON representation
A refactor of my employee-creator backend as golang instead of java.
- Host: GitHub
- URL: https://github.com/stanleyy7/employeebackendgo
- Owner: StanleyY7
- Created: 2023-05-24T05:57:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-24T10:40:23.000Z (over 1 year ago)
- Last Synced: 2024-11-12T21:40:56.815Z (2 months ago)
- Topics: gin, golang, rest-api
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# employeeBackendGo
## Overview
This is a practice project whilst I was learning Golang (specifically for backend development), this is a simple refactor (no database) of my original employee-creator backend (made in Java with Spring & connected to MySQL database, repo link: https://github.com/StanleyY7/employee-creator) into Golang.
### Tech Stack
- Golang
- Gin