An open API service indexing awesome lists of open source software.

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

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.