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
- Host: GitHub
- URL: https://github.com/paihari/vending-machine-golang-graphql
- Owner: paihari
- Created: 2023-02-24T12:47:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-28T14:09:53.000Z (about 2 years ago)
- Last Synced: 2025-01-08T22:09:51.490Z (5 months ago)
- Topics: account, db-design, graphql, iam, oci, pgsql, policies, tags
- Language: Go
- Homepage:
- Size: 380 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

### Presetup/Pre-requisites
* [Cloud Setup](./documentation/CLOUD-SETUP.md)
* [DB Setup](./documentation/DB-SETUP.md)