|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
# REST api |
|
|
|
|
## RESTful api written in Go`s standart library |
|
|
|
|
# CRUD api |
|
|
|
|
## A simple CRUD api written in Go`s standart library |
|
|
|
|
|
|
|
|
|
API has implementation of "GET", "POST", "PUT", "DELETE" http methods, allowing to Create, Read, Update and Delete json objects in database. |
|
|
|
|
|
|
|
|
@ -13,4 +13,4 @@ Example of a single object stored in a json database : {
|
|
|
|
|
"text": "text" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
This project was my first take on such thing. The goal was to create a basic working example and it looks like that I`ve achieved that goal. |
|
|
|
|
This project was my first take on such thing. The goal was to create a basic working example and it looks like that I`ve achieved that goal. |
|
|
|
|