From 82bd90fb33454e8afeb3792b0f2febbebbdb6e15 Mon Sep 17 00:00:00 2001 From: Sonja Happ Date: Wed, 24 Apr 2019 15:42:01 +0200 Subject: [PATCH] Add Pipeline badge and link to gorm in Readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 716545c..e9cca05 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ # VILLASweb-backend-go +[![pipeline status](https://git.rwth-aachen.de/acs/public/villas/villasweb-backend-go/badges/master/pipeline.svg)](https://git.rwth-aachen.de/acs/public/villas/villasweb-backend-go/commits/master) + ## Description This is a rewrite of the backend for the VILLASweb website in Go. ## Frameworks -The backend is build upon [gin-gonic](https://github.com/gin-gonic/gin) +The backend is build upon [gin-gonic](https://github.com/gin-gonic/gin) and [GORM](http://gorm.io). ## Quick start