Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 347 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 347 Bytes

To Do REST API

A ToDo list REST API developed in MVC architecture with Golang and MySQL database.

compile and run main.go

or

Use curl localhost:3000 to send request to port 3000

curl -i localhost:3000 for request details

curl -X POST localhost:3000 for spacifice method of request