Simple Todo application built with Go and the Gin framework. CRUD (Create, Read, Update, Delete) functionality. It uses SQLite as the database to store todo items.
- Go: The backend programming language.
- Gin: A web framework for Go, used to handle HTTP requests and routes.
- GORM: An Object Relational Mapper (ORM) for Go, used to interact with the SQLite database.
- SQLite: A lightweight, serverless database to store todo data.
- air: A Go tool for live reload like
nodemon. You can check out more air-verse.