- Microservice for allocate IPV4 networks *
This microservice features:
- Add network network pool type
- Modify network pool type
- Add free IPV4 network to pool
- Get free network for pool type with splitting are required
- Lease network
- Release network
- Keep tree network - parent and childs
- Planned - defragmentation networks
Language and frameworks:
- Backend .NET Core 2.1
- Frontend Antd (React+Redux+DVA+UMI)
Install and run project:
- Install .NET CORE runtime
- Cd \NetworkAccounting.Web
- Run from console for restore package dependencies:
dotnet restore
- Cd \NetworkAccounting.Web\wwwroot\ClientApp
- Run for restore dependencies
yarn install
- Run for build web client
yarn run start
. No waiting for close!. Open new console - In new console return to \NetworkAccounting.Web
- Run application
dotnet run
- Welcome to my project!