repositorypackage
0.0.0-20231228164356-5bcca7429951
Repository: https://github.com/dmv-nicolas/simple-todo.git
Documentation: pkg.go.dev
# README
Simple Todo! 📝
Table of Contents
General Info
Simple Todo is a web application where you can manage your time by creating todos ⚡.
Screenshot
Technologies
List of technologies used within the project:
- Go (programming language): Version 1.21.5
- Echo (web framework): Version 4.11.4
- SQLite (database): Version 1.5.4 (driver)
- Gorm (ORM): Version 1.25.5
- Templ (templating language): Version 0.2.501
- HTMX (html tool): Version 1.9.10
Installation
- Clone this repository
- Install go https://go.dev/dl/
- Run application
go run main.go