Nirsi / little-heureka-api

Small API for testing new recruits for FE positions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Little Heureka API

A little Heureka API is a simple API which aims to simulate a simple Heureka like API for categories, products and offers.

Written in pure Go using Chi

Usage

Docker

# Build the image
docker build -t little-heureka-api .
# Run the image
docker run -p 8080:8080 little-heureka-api

About

Small API for testing new recruits for FE positions

License:Mozilla Public License 2.0


Languages

Language:Go 95.8%Language:Dockerfile 4.2%