An open API service indexing awesome lists of open source software.

https://github.com/rbbydotdev/scheduleme


https://github.com/rbbydotdev/scheduleme

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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
```