Skip to content

salesof7/go_homebroker-fc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Banner

GitHub code size in bytes GitHub last commit GitHub commit activity month GitHub license

📌 Overview

go_homebroker-fc is a project that utilizes essential dependencies like confluent-kafka-gov1.9.2 and uuidv1.4.0.

🔍 Table of Contents

📁 Project Structure

├── .editorconfig
├── .gitignore
├── README.md
├── cmd
│   └── trade
│       └── main.go
├── docker-compose.yaml
├── go.mod
├── go.sum
└── internal
    ├── infra
    │   └── kafka
    │       ├── consumer.go
    │       └── producer.go
    └── market
        ├── dto
        │   └── dto.go
        ├── entity
        │   ├── asset.go
        │   ├── book.go
        │   ├── investor.go
        │   ├── order.go
        │   ├── order_queue.go
        │   └── transaction.go
        └── transformer
            └── transformer.go

📝 Project Summary

💻 Stack

⚙️ Setting Up

Your Environment Variable

  • No variables

🚀 Run Locally

1.Clone the go_homebroker-fc repository:

git clone https://github.com/salesof7/go_homebroker-fc

2.Install the dependencies with one of the package managers listed below:

go build cmd/trade/main.go

3.Start the development mode:

go run cmd/trade/main.go

🙌 Contributors

☁️ Deploy

[Application name](Your App URL)

📄 License

Add Your License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages