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. 4
      README.md

4
README.md

@ -1,5 +1,5 @@
# REST api # CRUD api
## RESTful api written in Go`s standart library ## 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. API has implementation of "GET", "POST", "PUT", "DELETE" http methods, allowing to Create, Read, Update and Delete json objects in database.

Loading…
Cancel
Save