A comprehensive collection of Go (Golang) projects showcasing various aspects of Go programming, from basic concepts to advanced implementations.
This repository contains a diverse set of Go projects, including:
- go-fiber-mongo-hrms: HR Management System using Fiber and MongoDB
- go-fiber-crm-basic: Basic CRM system built with Fiber
- fiber-postgres-sqlc: Todo REST API using Fiber + Postgres + sqlc (typed queries with pgx)
- fiber-postgres-gorm: Todo REST API using Fiber + Postgres + GORM (ORM + AutoMigrate)
- go-nextjs-chat: Chat application with Go backend and Next.js frontend
- go-beutiful-blogs: Blog platform with beautiful UI
- go-todo: Todo application with REST API
- students-api: Student management API
- social: Social media application
- quiz-app: Quiz application
- booking-app: Booking system
- bill-app: Billing application
- weather-api: Weather service integration
- pexels-api: Pexels API integration
- videos-json: Video content management with JSON
- videos-http: Video streaming service
- loadbalancer: Load balancing implementation
- redis-go: Redis integration
- go-cache: Caching system
- go-database: Database operations and management
- command-line: Command line utilities
- cli-reminder-tool: CLI-based reminder application
- mailcheck: Email checking utility
- go-concepts: Core Go programming concepts
- go-basic-server: Basic HTTP server implementation