Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 960 Bytes

File metadata and controls

29 lines (25 loc) · 960 Bytes

Network Accounting Microservice

  • Microservice for allocate IPV4 networks *

This microservice features:

  1. Add network network pool type
  2. Modify network pool type
  3. Add free IPV4 network to pool
  4. Get free network for pool type with splitting are required
  5. Lease network
  6. Release network
  7. Keep tree network - parent and childs
  8. Planned - defragmentation networks

Language and frameworks:

  1. Backend .NET Core 2.1
  2. Frontend Antd (React+Redux+DVA+UMI)

Install and run project:

  1. Install .NET CORE runtime
  2. Cd \NetworkAccounting.Web
  3. Run from console for restore package dependencies: dotnet restore
  4. Cd \NetworkAccounting.Web\wwwroot\ClientApp
  5. Run for restore dependencies yarn install
  6. Run for build web client yarn run start . No waiting for close!. Open new console
  7. In new console return to \NetworkAccounting.Web
  8. Run application dotnet run
  9. Welcome to my project!