A toy application to explore opa
#Requirements:
- Golang tooling (go-1.16)
- NodeJS - Vuejs - yarn tooling
#Running the backend:
- Setup Golang.
- cd backend-golang && go build -o demo-opa-backend cmd/main.go
- ./demo-opa-backend
The above will get the backend running at localhost:8124
#Running the frontend:
- Setup NodeJs, VueJS and Yarn
- cd frontend-vuejs/app/
- yarn serve
The above will run the fronted on localhost:8080