Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo App with Go and Gin Framework

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.

Technologies Used

  • 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.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages