Coder Social home page Coder Social logo

go-rest-server's Introduction

Go Rest server

This project contains the golang source code for the devOps assignment, you can refer the document here.

Prerequisite

You need Golang version > v1.13 installed on your computer. you will also need a working kubernetes cluster to deploy the these services as kubernetes pods.

Installation

Download the source code using git

$ git clone <git_repo_url>

After cloning the project you need to install the dependencies using the following command

$ cd path/to/downloaded/project
$ go mod -d -v ./...

Once the dependencies have been installed you can start the project using the following command

$ go run main.go

The project will start with the default configurations values which can be changed in the config file present in root directory. Or you can provide the values in environment variables as well

$ export DB.HOST=localhost
$ export DB.PASSWORD=<your_password>
$ go run main.go

This server provides 2 end points given below

ALL /health-check
{
  "Success": true,
  "Message": "Go server is working !!"
}
GET /invalid-deliveries
[
  {
    "Id": 3,
    "SupplierId": "8",
    "DriverId": "3",
    "UpdatedAt": "2020-06-19 19:41:04.774421+00",
    "CreatedAt": "2020-06-19 19:41:04.774421+00"
  }
]

Docker image

For building the docker image run the following command in the root directory of the project

$ docker build -t <tag> .
$ docker push <tag>

go-rest-server's People

Contributors

parvez0 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.