Skip to content

anterpin/interview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This project is an application exercise for Teleport.
It is a simple job scheduling service provided by a HTTPs server.
It is divided in three major parts:

  • Client CLI
  • HTTP RESTful API
  • Process scheduling library

Install

This respository is based on go modules, make sure go can use them.

go env -w GO111MODULE=auto

Go will automatically install all the dependencies on go build or go test

Testing

In order to test the scheduling process library, access the library folder (from the project root directory).

cd ./server/manager

And then run the tests

go test -v

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages