Skip to content

Calindra/rollups-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rollups Server

Running the server

go run main.go

If you've built using go build command, run

./rollups-server

Other usage

To generate routes based on yaml files, run

go generate ./...

or

make gen

To build the application, run

go build -o rollups-server

or

make build

To execute tests, run

go test -p 1 ./...

or

make test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published