ToDoCalendar
is side project that helps you to manage your task on a daily basis in web browser.
maybe you can improve your task efficiency and trace what to do next.
I inspired by my internship experiments. It helps me a lot to note lists every morning in below pattern.
--Done--------------------
- what you done
--In process--------------
- what you are doing now
- 2
--Todo--------------------
- what to do next
- Golang >= 1.16.2
- mysql
-
Clone this repository
$ git clone https://github.com/j1mmyson/todo_calendar.git
-
Enter cloned repository
$ cd todo_calendar
-
Create
.env
file at root folder(wheremain.go
exists)DBNAME=<your db name> User=<User> Host=127.0.0.1 Password=<your db password>
-
Build binary file
$ go build -o executeServer
-
Run binary file
$ ./executeServer
-
Open browser and enter http://localhost:8080/