/To-Do

A To-Do application with NestJS, TypeORM and Swagger

Primary LanguageTypeScript

To-Do

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.

Additional information

The backend supports Notes, comments and tags.
It also provides the API documentaion at http://localhost:3000/api

Issues

The front doesn't implement all the features of backend yet.
The Kubernetes configs may not be complete.

To Run the app

docker-compose up --build
visit http://localhost