An open API service indexing awesome lists of open source software.

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

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
```