Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 848 Bytes

README.md

File metadata and controls

50 lines (31 loc) · 848 Bytes

Go Todo

hero

Introduction

A simple todolist application written in Go

Requirements

  • MySQL installed
  • Go installed

Installation

  • Clone this repo
git clone https://github.com/ichtrojan/go-todo.git
  • Change Directory
cd go-todo
  • Initiate .env file
cp .env.example .env
  • Modify .env file with your correct database credentials and desired Port

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

Credits

Mirrored from https://github.com/ichtrojan/go-todo