bidding-system icon indicating copy to clipboard operation
bidding-system copied to clipboard

The Bidding System is a scalable, real-time auction platform built with Go.

Results 13 bidding-system issues
Sort by recently updated
recently updated
newest added

### In this PR Introduce HTTP API layer based on GIN. For now, I have rebuilt the project to work with a 3-layer arc (Transport -> Service -> Data). Based...

# In this PR - In `internal/auth` package JWTMiddleware was created - `pkg/jwt` package was created. - Unit tests were implemented for the above two modules ## Implementations - `JWTMiddleware`...

enhancement

Discussion on best http framework

instead of using issues let's use discussions for suggestions. I also implemented a demo bidding system websocket server on "prototype" branch and added a readme file which i generated using...

let's use https://github.com/gorilla/websocket for creating the WebSocket server

## Description This pull request adds WebSocket support to the bidding system using the Gorilla WebSocket package. The following changes were made: - Integrated Gorilla WebSocket package - Created a...

Need to finalize which golang logging framework to use. [Logging in Go: A Comparison of the Top 9 Libraries](https://betterstack.com/community/guides/logging/best-golang-logging-libraries/) is an excellent overview of current options.

Think of a name for the project, possibly design some logo.

I believe earlier implementation of testing to be more beneficial. For Testing in go, at least for unit testing we need not to worry about the framework/library. I saw testing...

question