trabalho interdisciplinar snmp
1.0.0

Snmpcheck is an application to make network resource queries using the SNMP protocol. The project was developed during Web I and Network Management of Computer Engineering Network Management.
The project has front end and backend. First we need to clone it:
$ git clone https://github.com/luanvenancio/trabalho-interdisciplinar-snmp.gitTo run the front end, with the nodejs installed, you need to access the folder and install its premises:
cd Front
npm installThen just enter the following command:
npm run devTo execute the back end, with the .NET 6 SDK installed, you need to access the folder and type the following command:
cd Api
dotnet runAdrian Damião | Luan Venancio |