An implementation of the NetworkAppControl MiniAPI in Javascript. The code was made open-source from the 5GASP Network Application 10 implementation developed by Neobility.
$ yarn install
# development
$ yarn run start
# watch mode
$ yarn run start:dev
# production mode
$ yarn run start:prod
The Swagger UI can be found at http://localhost:3000/api after running the project.