Kvothe838 / test-diagnosis

Technical test for the hiring process of a Backend Developer position.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Diagnosis Platform

This is a technical test for the hiring process of a backend developer position. Requirements are no longer available.

Prerequisites

Run

To run the backend, just execute on the root of the project the following command:

make run

Test

To run the unit tests, just execute on the root of the project the following command:

make test

Lint

To run lint (it help us to write better code), just execute on the root of the project the following command:

make lint

Documentation

Postman and Swagger documentation is under /docs.

Also, you can check Swagger API here: https://app.swaggerhub.com/apis/Kvothe838/TestDiagnosis/1.0.0

About

Technical test for the hiring process of a Backend Developer position.


Languages

Language:Go 99.4%Language:Makefile 0.6%