https://github.com/aryannr97/iam-server
Microservice serving REST APIs for user CRUD operations
https://github.com/aryannr97/iam-server
go golang microservice proxy-server rest-api
Last synced: 7 months ago
JSON representation
Microservice serving REST APIs for user CRUD operations
- Host: GitHub
- URL: https://github.com/aryannr97/iam-server
- Owner: aryannr97
- License: mit
- Created: 2021-03-27T12:25:31.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-01T16:31:19.000Z (almost 5 years ago)
- Last Synced: 2025-06-06T16:11:32.962Z (10 months ago)
- Topics: go, golang, microservice, proxy-server, rest-api
- Language: Go
- Homepage:
- Size: 7.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iam-server
Microservice serving REST APIs for user CRUD operations
## Pre-requisites
- [Golang-1.14 & above](https://golang.org/doc/install)
- [Docker](https://www.docker.com/products/docker-desktop)
- [Data-Server](https://github.com/aryannr97/data-server)
## Build & Execution
```
docker-compose up --build
```
## Test coverage
```
go test ./... -cover
```
## API Documentation
Once server is up, swagger docs can be accessed through following endpoint
```
http://:/swagger/index.html
```