Skip to content

Foteve/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

About

mini project for soa

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 38.2%
  • JavaScript 34.5%
  • Go 24.2%
  • RobotFramework 1.2%
  • Dockerfile 1.1%
  • Makefile 0.6%
  • Shell 0.2%