Skip to content

5gasp/NetworkAppControl-MiniAPI-JS

Repository files navigation

NetworkAppControl-MiniAPI-JS

Description

An implementation of the NetworkAppControl MiniAPI in Javascript. The code was made open-source from the 5GASP Network Application 10 implementation developed by Neobility.

Installation

$ yarn install

Running the app

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

API

The Swagger UI can be found at http://localhost:3000/api after running the project.