Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.
/ GoTennis Public archive

Go web app to manage time slots on a tennis court

Notifications You must be signed in to change notification settings

erodrigufer/GoTennis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoTennis

Web application entirely written in Go to handle the time scheduling on a tennis court.

TLS Certificate

Populate the ./tls/ directory with a self-signed certificate (or a certificate from a CA) and a private key for that certificate.

Self-signed certificate

Use Go's generate_cert.go tool.

Mac OS

If using Mac OS and having installed go through brew, run the following command inside the ./tls folder:

go run /usr/local/Cellar/go/<version>/libexec/src/crypto/tls/generate_cert.go --rsa-bits=2048 --host=localhost

--host: where is the service being hosted (localhost, another IP)
<version> is the version number of Go in your computer 

About

Go web app to manage time slots on a tennis court

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages