Skip to content

alireza-gholami0/go-gin-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-gin-api

Welcome to the go-gin-api repository! This project is a robust and scalable API built with Gin, GORM, and JWT authentication, and RabbitMQ. It's designed to provide a solid foundation for building RESTful APIs in Go.

Features

  • Gin: A high-performance web framework that provides a rich set of features for building web applications and microservices.
  • GORM: A powerful ORM tool for Go, handling relational database operations with ease.
  • JWT Authentication: Securely manage sessions and requests with JSON Web Tokens.
  • RabbitMQ: Implements RabbitMQ for asynchronous message queuing, allowing for efficient communication between different parts of your application or with other services.

Getting Started

To get started with go-gin-api, follow these steps:

  1. Clone the repository:

    git clone https://github.com/alireza-gholami0/go-gin-api.git
    
  2. Navigate to the project directory:

    cd go-gin-api

  3. Install the dependencies:

    go get -u

  4. Run the application:

    go run main.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published