github.com/ashishbadgujar/golang/students-api


Install
go get github.com/ashishbadgujar/golang/students-api

Documentation

Golang Projects

A comprehensive collection of Go (Golang) projects showcasing various aspects of Go programming, from basic concepts to advanced implementations.

🚀 Projects Overview

This repository contains a diverse set of Go projects, including:

Web Applications

  • 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

API Integrations

  • weather-api: Weather service integration
  • pexels-api: Pexels API integration
  • videos-json: Video content management with JSON
  • videos-http: Video streaming service

System & Infrastructure

  • loadbalancer: Load balancing implementation
  • redis-go: Redis integration
  • go-cache: Caching system
  • go-database: Database operations and management

CLI Tools

  • command-line: Command line utilities
  • cli-reminder-tool: CLI-based reminder application
  • mailcheck: Email checking utility

Learning & Concepts

  • go-concepts: Core Go programming concepts
  • go-basic-server: Basic HTTP server implementation