Skip to content
This repository has been archived by the owner on Nov 14, 2020. It is now read-only.

oleksandr-valentirov/CiklumGolangTask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Technical task for Golang dev position at Ciklum.
Project consists of main package and modules package.
API has only one path - root path.

Running

Without Docker

go build CiklumGolangTask/main
go run CiklumGolangTask/main

With Docker

docker build -t golang/api_task .
docker run -p 8888:8888 --rm golang/api_task

Testing

go test -v CiklumGolangTask/modules

Calling API example

GET request

GET / HTTP/1.1 
Host: 127.0.0.1:8888

URLs table

Path Method Response
/ (root) GET List of objects

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published