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

https://github.com/paihari/vending-machine-golang-graphql

Account Vending Machine. Creates Child Accounts, IAM Users, Tag, Policies, Stores the state in DB
https://github.com/paihari/vending-machine-golang-graphql

account db-design graphql iam oci pgsql policies tags

Last synced: 3 months ago
JSON representation

Account Vending Machine. Creates Child Accounts, IAM Users, Tag, Policies, Stores the state in DB

Awesome Lists containing this project

README

        

# Vending Machine POC

Simple overview of use/purpose.

## Description

An in-depth paragraph about your project and overview of use.

## Getting Started

### Dependencies

* GoLang
* Graphql
* Postgres

### Installing for Dev-workspace

* Git clone the URL
* Navigate to project folder in Terminal or VS Code
* Run
```
go run ./server.go
```

### Executing program

* Connect to http://localhost:8080/ for GraphQL playground

![](./documentation/images/sample-playground.png)

### Presetup/Pre-requisites

* [Cloud Setup](./documentation/CLOUD-SETUP.md)
* [DB Setup](./documentation/DB-SETUP.md)