Skip to content

joaoffnascimento/go-coding-dojo-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Project

This is a simple Go project.

Getting Started

Follow these instructions to set up and run the project.

Prerequisites

  • Go (version 1.16 or later)
  • Apache ActiveMQ Artemis

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/go-challenge.git
    cd go-challenge
  2. Initialize the Go module:

    go mod init go-challenge
  3. Install dependencies:

    go mod tidy

Installing Apache ActiveMQ Artemis

  1. Download the latest version of Apache ActiveMQ Artemis from the official website.

  2. Extract the downloaded archive:

    tar -xvzf apache-artemis-<version>-bin.tar.gz
  3. Navigate to the extracted directory:

    cd apache-artemis-<version>
  4. Create a new broker instance:

    ./bin/artemis create mybroker
  5. Start the broker:

    ./mybroker/bin/artemis run

Running the Project

To run the project, execute the following command:

go run index.go

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages