akashdesale98 / exoPlanetService

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

exoPlanetService

How to run application without docker?

- Run go run main.go
- mport postman collection and you will be ready execute the apis

You can also build the docker image and run container after it (Run Following Docker Commands)

- docker build -t exoplanet:1 .
- docker run -p 8080:8080 exoplanet:1
- import postman collection and you will be ready execute the apis

About


Languages

Language:Go 99.0%Language:Dockerfile 1.0%