Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clinton-mwachia/go-starter-template
Starter template for your next GIN REST API
https://github.com/clinton-mwachia/go-starter-template
api backend gin-gonic go golang
Last synced: 13 days ago
JSON representation
Starter template for your next GIN REST API
- Host: GitHub
- URL: https://github.com/clinton-mwachia/go-starter-template
- Owner: clinton-mwachia
- License: mit
- Created: 2023-11-14T13:26:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-12T13:51:00.000Z (6 months ago)
- Last Synced: 2024-11-07T17:58:12.566Z (2 months ago)
- Topics: api, backend, gin-gonic, go, golang
- Language: Go
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go-Gin Starter Template
[![Go Version](https://img.shields.io/badge/Go-1.21.4-blue.svg)](https://go.dev/)
[![License](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)## Features
- Shemas and Models.
- Routes.
- Authentication.
- Easy integration and extensibility to fit your project requirements.
- Files Upload.
- Pagination## 🛠️ Built with:
- [Go](https://go.dev/)
- [Gin](https://gin-gonic.com/)## Getting Started
Follow these steps to get the project up and running on your local machine.
1. Clone this repository using `git clone https://github.com/clinton-mwachia/Go-starter-template.git`.
2. create a `.env` file and add the following variables- DB =
- PORT=
- SECRET=2. Install dependencies using `go get .`.
3. Start the development server with `go run main.go`.