Skip to content

darrenmok/go-c1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-c1

For a challenge

Development

Install GO, and GO!

Basic requirements

  1. Require docker, install here
  2. Require docker-compose, install here

Test

Need to run redis before running any test, perform the following

docker run -p 6379:6379 -d --rm --name redis redis:6-alpine
export REDIS_URL=redis://localhost:6379
go test -v ./...

Remember to cleanup at the end

docker kill redis

Run

Just run the following commands

docker-compose up -d

The you should be able to access http://localhost:3000

And as always to cleanup

docker-compose down

About

For a challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages