Skip to content

200lab-Education/tutorial-golang-rest-api-todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages