Skip to content

rezairfanwijaya/Go-ToDo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GO-TODO

Simple todolist application using golang. There are two main domains, namely Todo and Activity. One activity can have many todos.

Run Locally

Clone the project

  git clone https://github.com/rezairfanwijaya/Go-ToDo.git

Go to the project directory

  cd Go-Todo

Make sure it's using mysql and create a new database to use in the ENV later

Set ENV with termainal or command prompt

example

  set MYSQL_USER=root
  set MYSQL_PASSWORD=
  set MYSQL_HOST=127.0.0.1
  set MYSQL_DBNAME=go_todo

Run application

  go run main.go

Run With Docker

Please pull image from registry

API Reference

API documentation can view here

Releases

No releases published

Packages

No packages published