/ssh-portfolio

Terminal-based version of my personal portfolio that you can SSH into from the internet. Run `ssh ssh-portfolio.fly.dev`

Primary LanguageGo

SSH Portfolio

A small fun project inspired by terminal.shop to create an SSH-based portfolio website to learn more about SSH and the Go programming language.

Run ssh ssh-portfolio.fly.dev to see this in action!

Deployment

Todo - this is a work in progress and I still need to figure out how to deploy this application and hook it up to my domain dannyisaac.com

MakeFile

run all make commands with clean tests

make all build

build the application

make build

run the application

make run

Create DB container

make docker-run

Shutdown DB container

make docker-down

live reload the application

make watch

run the test suite

make test

clean up binary from the last build

make clean