This repository implements http and Gin datetime servers.
-
Clone the repository
git clone https://github.com/codescalersinternships/Datetime-server-RawanMostafa.git
-
Install the dependencies
go mod download
To run all make targets
make all
docker-compose up
curl http://185.206.122.17:30100/
go run cmd/httpserver/main.go
go run cmd/ginserver/main.go