blog-api

command module
v0.0.0-...-c1f50d5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 2, 2024 License: MIT Imports: 3 Imported by: 0

README

blog-api

Simple API Restful to make a personal blog and practice with Go language and others common tecnologies

Context

This repository is a practice to learn more about go programing language, from the website roadmap.sh

Goals

This is a RESTful API that would power a personal blog. This implies that you’d have to create a backend API with the following responsibilities:

  • Return a list of articles. You can add filters such as publishing date, or tags.
  • Return a single article, specified by the ID of the article.
  • Create a new article to be published.
  • Delete a single article, specified by the ID.
  • Update a single article, again, you’d specify the article using its ID.

And with those endpoints you’ve covered the basic CRUD operations (Create, Read, Update and Delete).

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL