Newer
Older
# Demo3
## Quick start
- Login via the frontend & select Sandbox tab
- Select a network to deploy in the user sandbox
- Create a unique MEC Application Instance ID
- Select & copy the MEC Sandbox endpoint up to value of MEC platform into util/uc1uc2.yaml sandbox
- Select & copy the Appplication Instance Id into utill/uc1uc2.yaml appid
- Run main.go pass in arguments with path of your config
## What's inside?
A quick look at the top-level relevant files and directories in demo 3 project.
.
├── api
├── server
├── util
├── main.go
├── go.mod
- api (swagger documentation)
- server (server)
- util (configuration)
- main (entry)