Skip to content

This repository contains a basic TDD example for building a python service.

Notifications You must be signed in to change notification settings

GonzaloSaad/servers

Repository files navigation

Servers Service

This repository contains a basic TDD example for building a python service.

Setup

For starting the developer environment:

make init

Running unit tests:

make unit-test

Running integration tests:

make integration-test

Server Model

{
  "id": "uuid",
  "customer_id": "uuid",
  "hostname": "string",
  "os": "linux|windows",
  "ram": "int",
  "cpu": "intel|amd"
}

About

This repository contains a basic TDD example for building a python service.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published