Skip to content

codescalersinternships/Datetime-server-RawanMostafa

Repository files navigation

Datetime Server

This repository implements http and Gin datetime servers.

Table of Contents

Installation

  1. Clone the repository

    git clone https://github.com/codescalersinternships/Datetime-server-RawanMostafa.git
  2. Install the dependencies

    go mod download

Usage

1. Using Makefile

To run all make targets

  make all

2. Using docker-compose

  docker-compose up

2. Using kubernetes deployed server

  curl http://185.206.122.17:30100/

3. Using main.go

  go run cmd/httpserver/main.go
  go run cmd/ginserver/main.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published