Categorygithub.com/KnoblauchPilze/backend-toolkit

# README

backend-toolkit

Overview

This project uses the following technologies:

  • postgres for the databases.
  • go as the server backend language.

Badges

Build and test packages

codecov

Installation

The tools described below are directly used by the project. It is mandatory to install them in order to build the project locally.

See the following links:

  • golang: this project was developed using go 1.23.2.
  • golang migrate: following the instructions there should be enough.
  • postgresql which can be taken from the packages with sudo apt-get install postgresql-14 for example.

We also assume that this repository is cloned locally and available to use. To achieve this, just use the following command:

git clone [email protected]:Knoblauchpilze/backend-toolkit.git

# Packages

No description provided by the author