Skip to content

supercmmetry/bandersnatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gopher


bandersnatch


Steps to use

  • Clone the repository

git clone github.com/supercmmetry/bandersnatch

  • Change your working directory

cd bandersnatch

  • Create a .env file with necessary key-value pairs.
Key Value
DB_URI "postgresql://localhost/bandersnatch?user=postgres&password=postgres&sslmode=disable"
DEBUG "true"
PORT "1729"
JWT_PASSWORD "password"
NEXUS_FILE "sample.json"
  • Manage your go modules

go mod tidy

  • Create a database in postgresql

  • Run your go program

go run main.go

About

Bandersnatch game in the real. Make your own bandersnatch the easy way.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages