Skip to content

A webapi project to manage OLT configurations and store statistics.

Notifications You must be signed in to change notification settings

lucianotres/LTres.OltApi

Folders and files

NameName
Last commit message
Last commit date
Jan 18, 2024
Jan 18, 2024
Jan 13, 2024
Jan 18, 2024
Dec 10, 2023
Oct 29, 2023
Dec 9, 2023
Jan 18, 2024
Dec 4, 2023
Oct 29, 2023
Oct 26, 2023
Aug 9, 2023
Jan 12, 2024
Aug 10, 2023
Dec 4, 2023

Repository files navigation

Introduction

LTres OLT API it's a monitoring tool to provide access of OLT informations over REST API.

Getting Started

All modules run at docker containers, so you just need a docker instance to build and run.

Run the stack

At root you'll find a docker-compose file, you can just run docker-compose up -d

Module by module

  1. WebApi - Module to give the REST API access
    • to build use docker build -t ltres.oltapi.webapi LTres.OltApi.WebApi/.
    • run it for test purpose use docker run -d -p 5000:5000 -e ASPNETCORE_ENVIRONMENT=Development ltres.oltapi.webapi
    • open local url http://localhost:5000/swagger

About

A webapi project to manage OLT configurations and store statistics.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published