Skip to content
README.md 793 B
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
supermikii's avatar
supermikii committed
- Select & copy the MEC Sandbox endpoint up to value of MEC platform into app_instance1.yaml sandbox 
- Select & copy the Appplication Instance Id into app_instance1.yaml appid
- Select & copy your running app ip address into localurl + port into port configs
- Run main.go pass in arguments with path of your config 
supermikii's avatar
supermikii committed

  
## 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)
supermikii's avatar
supermikii committed
- server (server code)
- util (configurations)