Skip to content

Maged-Zaki/gin-rest-api

Repository files navigation

gin-rest-api

gin-rest-api is a RESTful API built using the Gin web framework in Go.

Why?

I wanted to explore and demonestrate the use of Go and Gin and so far I love it.

Technologies and Libraries Used

  • Gin: The web framework.
  • SQLite: SQLite driver for handling database operations.
  • JWT: A library to generate and verify JWTs.
  • godotenv: For loading environment variables from a .env file.

Getting Started

Prerequisites

Make sure you have Go installed on your machine. You can download it from the official website.

Installation

  1. Clone the repository:
    git clone https://github.com/Maged-Zaki/gin-rest-api
  2. Navigate to the project directory:
    cd gin-rest-api
  3. Run application & Install dependencies:
    go run .

About

RESTful API with Go and Gin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages