This is a Todo App.
The backend of Todo App is implemented using Nest.js framework using TypeORM to utilize postgres database and JWT authentication.
The frontend is implemented using ReactJS.
The app can be run using docker-compose, optiionally it can also be run using Kubernetes.
The backend supports Notes, comments and tags.
It also provides the API documentaion at http://localhost:3000/api
The front doesn't implement all the features of backend yet.
The Kubernetes configs may not be complete.
docker-compose up --build
visit http://localhost