https://github.com/muthhukumar/todo-server
https://github.com/muthhukumar/todo-server
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/muthhukumar/todo-server
- Owner: muthhukumar
- Created: 2024-05-25T16:10:04.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-12-09T03:43:52.000Z (5 months ago)
- Last Synced: 2025-02-06T18:45:42.413Z (3 months 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