# README
IPDrawer
What is IPDrawer?
IPDrawer is IP Address Management (IPAM) application and the code is written in Golang.
Features
- IPDrawer can assigne IP from the predefined IP pools.
- IPDrawer has gRPC and REST API interfaces.
API Docs
- REST API Reference
./ipdrawer start --redis-host localhost
and access tohttp://localhost:25577/swagger-ui
Development
Prerequisite
- Go
- make
- dep
$ make deps
$ dep ensure
Generate a binary
$ make
$ ./ipdrawer --help
Generate proto files
$ make proto
Run test
$ make test