Simple check IP Address with Golang
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Continuous Integration and Deployment (CI/CD) using Heroku to deploy Golang application through CircleCI using Docker.
dev -push-> github -run-build-> circleci -deploy-> Heroku
- Golang
To get a local copy up and running follow these simple steps.
This is an example of how to list things you need to use the software and how to install them.
- Github
- Golang
- CircleCI
- Docker
- username & password (optional for push to docker hub)
- Heroku
- app name
- api key
simple clone the repo
git clone https://github.com/Adityacprtm/golang-checkip.git
go run main.go
docker build -t adityacprtm/golang-checkip .
docker run --name checkip -p 8080 -d adityacprtm/golang-checkip
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Your Name - @adityacprtm - pratamaditya7@gmail.com
Project Link: https://github.com/Adityacprtm/golang-checkip
- Img Shields
- Choose an Open Source License
- CircleCI
- Heroku
- Icon made by Freepik from Flaticon