Skip to content

Latest commit

Β 

History

History
18 lines (14 loc) Β· 488 Bytes

File metadata and controls

18 lines (14 loc) Β· 488 Bytes

πŸŽ“ University API (Go + PostgreSQL)

A REST API written in Go using the standard net/http package and PostgreSQL.
The API manages three entities: Students, Teachers, and Courses.


πŸš€ Features

  • CRUD operations for:
    • Students
    • Teachers
    • Courses
  • PostgreSQL database
  • Direct SQL queries using database/sql
  • Swagger API documentation
  • Unit tests (service, repository, handlers)
  • Layered architecture (handlers β†’ service β†’ repository)