safe-as-houses
Project Background and Motivation
Welcome ๐
This is a personal project to explore a few new technologies, particularly the Go programming language.
Shout out to this cracking Udemy Course for the inspiration!
๐ง Disclaimer ๐ง
This is a work in progress ๐๏ธ and as such could be in an 'interim state' without notice.
Deployment
I am currently deploying service to AWS EKS via Github actions workflow.
api swagger docs can be found here
- I have deleted the AWS infrastructure to save money ๐ฆ.
- An EKS cluster is a solid choice IMHO for a production setup but the daily cost of just running this demo isn't worth it ๐ธ.
- When I get a chance, I will get it deployed onto a cheaper setup for demo ๐.
Local Development
Starting service
The service can be run locally either using
# in project root directory run:
docker compose up
Notes
K8s installation notes