this app is a simple todo application with postgress.
with the features :
- user can create their todos , mark them done and delete them too .
how can you use this in your device :
- clone the repository
- go on each folder " cd client " & "cd server"
- run on each " npm install "
- for client run "npm run dev"
- for server run "npm run dev"
- and then you go ...