Skip to content

This project is intended to monitor web applications that are in production

Notifications You must be signed in to change notification settings

eltonfonseca/fakeralic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fakerelic

This project is intended to monitor web applications that are in production

Setup

  • Docker
docker-compose build
  • MacOS

Download Golang from Website and extract files to /usr/local/go

  • Linux

Download Golang Binaries from Website and extract files to /usr/local/go/bin. Add executable to PATH:

export PATH=$PATH:/usr/local/go/bin

Run

With Docker

docker-compose up app

Native OS

go get ./...
go run cmd/main.go

Run Tests

With Docker

docker-compose up test

Native OS

go test ./...

Run Lint

golangci-lint run -v

About

This project is intended to monitor web applications that are in production

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published