Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anythinglord/go-album
Simple RestFull Api written in go
https://github.com/anythinglord/go-album
go gogin
Last synced: 15 days ago
JSON representation
Simple RestFull Api written in go
- Host: GitHub
- URL: https://github.com/anythinglord/go-album
- Owner: anythinglord
- Created: 2024-02-12T19:26:08.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-12T23:43:05.000Z (12 months ago)
- Last Synced: 2024-11-21T04:52:55.595Z (3 months ago)
- Topics: go, gogin
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go Gin RESTful API
This is a simple RESTful API built with Go and Gin framework. It provides endpoints for performing CRUD operations on resources.
## Features
- Create, Read, Update, and Delete operations on resources.
- JSON serialization for data exchange.
- Error handling middleware.
- Basic logging setup.## Requirements
- Go (version X.X.X)
- Gin (version X.X.X)## Installation
1. Clone the repository:
```bash
git clone https://github.com/yourusername/your-repo.git
```2. Navigate to the project directory:
3. Install Dependencies
4. Build the project## License
This project is licensed under the MIT License - see the LICENSE file for details.