https://github.com/muthhukumar/todo-server
https://github.com/muthhukumar/todo-server
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/muthhukumar/todo-server
- Owner: muthhukumar
- Created: 2024-05-25T16:10:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-09T03:43:52.000Z (over 1 year ago)
- Last Synced: 2025-02-06T18:45:42.413Z (over 1 year ago)
- Language: Go
- Size: 111 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Feature list
1. Add Task
2. Weely report of completed and incompleted task.
3. Daily report of completed and incompleted task.
4. Enable some of the feature by feature flag. Something like that.
5. Sort the tasks based on created on date. latest should be in the top
# Find the process ID (PID) of the old server
ps aux | grep todo-server
# Kill the old server process
kill -9