My Todo App is a simple Responsive Full-Stack web Application, An End User Can
- Register
- Login (Get A JSON Web Token after successfull Login)
- Add a Post to the List
- Remove Post from the List
- Mark Post as 'Done'
- Mark Post as 'UnDone'
My-Todo-App is successfully deployed on Render Using Docker Container.
Visit Deployed application HERE
git pull https://github.com/HussienSayed14/Todo-App.git
npm install
-
cd todo_backend npm run start:dev
-
cd todo_frontend npm run dev