Skip to content

DellaCarlos/REST-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go REST API with Docker and PostgreSQL

This project is a RESTful API built with Golang using the Gin web framework, running inside Docker containers and connected to a PostgreSQL database.
The application demonstrates a clean and simple structure for building containerized backend services.


Overview

  • REST API developed in Go
  • PostgreSQL database running in a separate container
  • Dockerized environment for easy setup
  • Designed for scalability and maintainability

Tech Stack

  • Golang
  • PostgreSQL
  • Docker
  • Docker Compose
  • REST Architecture

Project Structure

└── 📁REST-API
    └── 📁cmd
        ├── main.go
    └── 📁controller
        ├── product_contoller.go
    └── 📁db
        ├── conn.go
    └── 📁model
        ├── product.go
        ├── response.go
    └── 📁repository
        ├── product_repository.go
    └── 📁usecase
        ├── product_usecase.go
    ├── docker-compose.yml
    ├── Dockerfile
    ├── go.mod
    └── go.sum

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors