Skip to content

🏷️ my little task manager 🏷️ Light & Simple Daily Task Manager

Notifications You must be signed in to change notification settings

j1mmyson/Task-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task-Manager

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

Preview

Login

Sign up

Add

Requirements

  • Golang >= 1.16.2
  • mysql

Run in local

  1. Clone this repository $ git clone https://github.com/j1mmyson/todo_calendar.git

  2. Enter cloned repository $ cd todo_calendar

  3. Create .envfile at root folder(where main.go exists)

    DBNAME=<your db name>
    User=<User>
    Host=127.0.0.1
    Password=<your db password>
  4. Build binary file $ go build -o executeServer

  5. Run binary file $ ./executeServer

  6. Open browser and enter http://localhost:8080/

About

🏷️ my little task manager 🏷️ Light & Simple Daily Task Manager

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published