vuthao / tutorial-golang-rest-api-todo-list

This is a very simple REST API service in Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tuturial TODO List REST API Golang

TODO REST API Service

This is a very simple Golang REST API service. My full tutorial article (in Vietnamese) has been published at https://200lab.io/blog/lap-trinh-rest-api-todo-list-voi-golang/

How to run this service

  • Make sure you've already had Golang & MySQL installed on your local machine.
  • Clone this repository
  • Use Terminal, change directory to your folder an run command MYSQL_CONNECTION='YOUR_MYSQL_CONNECTION_STRING' go run main.go
  • If everything is OK. A service is running and listen at port 8080.

Thanks for visiting my blog. I hope it help!

About

This is a very simple REST API service in Golang

License:MIT License


Languages

Language:Go 100.0%