rbbydotdev / scheduleme

Repository from Github https://github.comrbbydotdev/schedulemeRepository from Github https://github.comrbbydotdev/scheduleme

Go Project with Docker

This is a small Go project with a "Hello, World!" program, set up with a Docker container.

Building the Docker Image

To build the Docker image, run the following command in the project directory:

make build

Running the Docker Container

To run the Docker container, execute the following command:

make run

This command will run the container and print "Hello, World!" to the console.

Local development using Air

To run the local development server, execute the following command:

air

air should be installed, install air with the following command:

go get -u github.com/cosmtrek/air

About


Languages

Language:Go 99.7%Language:Shell 0.2%Language:Dockerfile 0.1%Language:Makefile 0.1%