/CRUD-API

CRUD RESTful API made with Go and SQlite

Primary LanguageGoMIT LicenseMIT

CRUD API

CRUD RESTful API made with Go and SQlite

Getting started

To get started, run the following command:

# Start the project
go run ./

Usage

/api/msg

GET

example.com/api/msg

POST

{
  "username": "",
  "msg": ""
}

DELETE

{
  "id": "",
}

PATCH

{
  "id": "",
  "msg": ""
}

Code

All code is distributed under the MIT license.