Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ricardoraposo/go-blogs-api
This is a blog api system, made using go's standard library and chi as a router
https://github.com/ricardoraposo/go-blogs-api
Last synced: about 1 month ago
JSON representation
This is a blog api system, made using go's standard library and chi as a router
- Host: GitHub
- URL: https://github.com/ricardoraposo/go-blogs-api
- Owner: ricardoraposo
- Created: 2024-02-07T23:05:45.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-13T22:14:02.000Z (12 months ago)
- Last Synced: 2024-02-13T23:26:34.597Z (12 months ago)
- Language: Go
- Size: 43 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Transactions API
## Project Description
The objective of this project is to develop skills building REST api's using golang's standard library.
Most of the project is done using the standard library, except for the routing system, which I'm using Chi for it.
I'm also using it as an opportunity to learn more about how to write tests in golang.