Skip to content

koungkub/soa2019_group8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parking Hour

CircleCI

All service

How to serve it like a boss

$ docker-compose up -d --build

and migrate database

$ cd parking/migration
$ ./migrate.sh
$ cd discount/migration
$ ./migrate.sh
$ docker-compose restart parking discount

Docker hub

Slide

API document

using cotton

Testing

run test all service

$ go test -v -cover ./...

run test specific service not like a boss

$ go test -v -cover ./${service.Name}/...

hello