Skip to content

Cantilevered-Marshmallow/trends

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Marshmallow - Trends Service

This is the Trends Service used by Marshmallow powered by Go. Refer to the README on the main repo for more information.

Team

  • Product Owner: Daniel O'Leary
  • Scrum Master: Brian Leung
  • Development Team Members: Daniel O'Leary, Brian Leung, Brandon Borders

Deployment

Clone this repo down into your Go workspace and refer to its path in server/docker-compose.yml in the main repo.

Deployment with the parts of the app is fully handled by docker. Refer to the README on the main repo for more information.

Development

To start the service and have it listen to HTTP requests:

go install
trends

Requirements

  • Go

Dependencies

go get github.com/asaskevich/govalidator

Testing

Simply go test from within the trends directory to run trends_test.go