Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaltgod/emloyees-api
REST API written Go/Gin.
https://github.com/aaltgod/emloyees-api
docker-compose gin-framework go mongodb
Last synced: 16 days ago
JSON representation
REST API written Go/Gin.
- Host: GitHub
- URL: https://github.com/aaltgod/emloyees-api
- Owner: aaltgod
- Created: 2020-11-18T23:47:53.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-04T13:25:27.000Z (about 4 years ago)
- Last Synced: 2024-11-10T01:27:10.246Z (2 months ago)
- Topics: docker-compose, gin-framework, go, mongodb
- Language: Go
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# emloyees-api
## Overview
My first GO api server.
***
## Technologies
- Gin
- Docker/Docker-compose
- MongoDB
***
## Installation
`docker-compose up --build -d`
***
## Routes
**/api/employee**
- POST**/api/employee/:id**
- GET
- PUT
- DELETE**/api/employees**
- GET**/api/department**
- POST**/api/department/:id**
- GET
- PUT
- DELETE**/api/department/:id/:employee_id**
- PUT**/api/departments**
- GET