Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.