Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Badmuts/hsleiden-ipsenh-api

Repository files navigation

Build Status Docker Pulls Docker Stars Download Insomia workspace

hsleiden-ipsenh-api

Api for IoT platform created during IPSENH - groep 2

Getting started

# Start via makefile
$ make start 
# Or start via docker-compose
$ docker-compose up -d
# Retrieve logs for api container
$ make logs

Testing

$ make suite