ichtrojan / go-todo

A simple todo list application in Golang
92 stars 37 forks source link
golang mysql todo todolist

Go Todo

hero

Introduction

A simple todolist application written in Go

Requirements

Installation

git clone https://github.com/ichtrojan/go-todo.git
cd go-todo
cp .env.example .env

Usage

To run this application, execute:

go run main.go

You should be able to access this application at http://127.0.0.1:4040

NOTE
If you modified the port in the .env file, you should access the application for the port you set

Conclusion

This Project is an example to teach CRUD using the default database/sql package and how to serve html templates properly.

If you have anything to add to this, please send in a PR as it will no longer be actively maintained by me.