docker image - docker pull quaintlotus8443/fiber-app:v1
live @ - https://fiber-app-b27i.onrender.com/
- Running on bare-metal
- Git clone the repo
- Open project dir and install the dependencies
- Put your database url in the .env file
- go build -o appname
- Running inside a Docker image
- docker buildx builld -t fiber-app .
- docker run -p 3000:3000 fiber-app