https://github.com/webstradev/article-api
Small repository for my first use of the gin-gonic/gin package
https://github.com/webstradev/article-api
Last synced: 11 months ago
JSON representation
Small repository for my first use of the gin-gonic/gin package
- Host: GitHub
- URL: https://github.com/webstradev/article-api
- Owner: webstradev
- Created: 2022-02-27T12:43:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-27T16:01:16.000Z (over 4 years ago)
- Last Synced: 2024-06-21T19:55:58.550Z (about 2 years ago)
- Language: Go
- Size: 1.96 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# article-api
Small repository for my first use of the gin-gonic/gin package.
Includes a very smal barebones api with two routes and some tests.
Data is not persistently stored and just kept in a store in memory.