An open API service indexing awesome lists of open source software.

https://github.com/muthhukumar/todo-server


https://github.com/muthhukumar/todo-server

Last synced: about 2 months ago
JSON representation

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