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

https://github.com/datarohit/go-lang-projects

This repository houses a series of Go Lang projects, each demonstrating different aspects of Go programming and system design. Explore individual project folders to dive into the implementations, and refer to the architecture-diagram.svg within each folder for a visual representation of the project's architecture and overall design.
https://github.com/datarohit/go-lang-projects

Last synced: 10 months ago
JSON representation

This repository houses a series of Go Lang projects, each demonstrating different aspects of Go programming and system design. Explore individual project folders to dive into the implementations, and refer to the architecture-diagram.svg within each folder for a visual representation of the project's architecture and overall design.

Awesome Lists containing this project

README

          

# Go Lang Projects

This repository houses a series of Go Lang projects, each demonstrating different aspects of Go programming and system design. Explore individual project folders to dive into the implementations, and refer to the `architecture-diagram.svg` within each folder for a visual representation of the project's architecture and overall design.

## Projects

- [Project 1: Go Basic HTTP Server](./go-basic-http-server)
- [Project 2: Go Movies CRUD API](./go-movies-crud-api)
- [Project 3: Go BookStore Management API](./go-bookstore-management-api)
- [Project 4: Go User Data API](./go-user-data-api)
- [Project 5: Go Stock Data API](./go-stock-data-api)
- [Project 6: Go Simple CRM Tool](./go-simple-crm-tool)
- [Project 7: Go Simple Database](./go-simple-database)
- [Project 8: Go JWT Auth Project](./go-jwt-auth-project/)
- [Project 9: Go Simple Ecommerce API](./go-simple-ecommerce-api/)
- [Project 10: Go GraphQL MongoDB CRUD](./go-graphql-mongodb-crud/)
- [Project 11: Go DynamoDB CRUD API](./go-dynamodb-crud-api/)
- [Project 12: Go JWT CSRF Project](./go-jwt-csrf-project/)
- [Project 13a: Go Rate Limiting / Tool Booth Rate Limiting](./go-rate-limiting/toll-booth-rate-limiting/)
- [Project 13b: Go Rate Limiting / Token Bucket](./go-rate-limiting/token-bucket/)
- [Project 13c: Go Rate Limiting / Client Rate Limiting](./go-rate-limiting/client-rate-limiting/)
- [Project 14a: Go RabbitMQ Project / Simple Sending and Receiving](./go-rabbitmq-project/hello-world/)
- [Project 14b: Go RabbitMQ Project / Work Queues](./go-rabbitmq-project/worker-queues/)
- [Project 14c: Go RabbitMQ Project / Publish/Subscribe](./go-rabbitmq-project/pub-sub/)
- [Project 14d: Go RabbitMQ Project / Routing](./go-rabbitmq-project/routing/)
- [Project 14e: Go RabbitMQ Project / Topics](./go-rabbitmq-project/topics/)

Explore each project to see the code and its corresponding architecture diagram.