Fake Coffee shop website - forked version
Has Go server in the Backend with Tailwind CSS and html to handle the Frontend
Docker
To build the docker image
docker build --tag coffee-store .
To run and publish the docker image to localhost
docker run -p 9090:9090 coffee-store
Try checking the server running on localhost at 9090 port