gin-rest-api is a RESTful API built using the Gin web framework in Go.
I wanted to explore and demonestrate the use of Go and Gin and so far I love it.
- 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.
Make sure you have Go installed on your machine. You can download it from the official website.
- Clone the repository:
git clone https://github.com/Maged-Zaki/gin-rest-api
- Navigate to the project directory:
cd gin-rest-api
- Run application & Install dependencies:
go run .