Browse Source

Update README.md

main
Nikolay Kasyanov 3 years ago committed by GitHub
parent
commit
06c857c099
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      README.md

6
README.md

@ -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.

Loading…
Cancel
Save