Skip to content
/ paird Public

An SAP hackathon product for mentorship pairings!

License

Notifications You must be signed in to change notification settings

hantaom/paird

Repository files navigation

Starting the application

Make sure your vault token is set as env var: export VAULT_TOKEN={secret_token}

Then: go run server.go

And then test the server by pinging it: curl http://127.0.0.1:8000/v1/ping

Uploading static frontend files

Upload to docs folder (replacing index.html and other files/folders) and go to https://caiyeon.github.io/lunch-with-us/

Accessing the webserver via ssh

ssh [email protected]

Contact me if your ssh key has not been added