Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 355 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 355 Bytes

GOTODO

Introduction

A small project that was created with the goal of learning Go language. Just a simple ToDo list web api

Requirements

  • MySQL
  • Go

Usage

go run main.go

You should be able to access this application at 8080 port

Conclusion

Just a simple Go project to teach CRUD operations using the default packages.