A todo app demo using nest, react and remult.
See live on stackblitz
The nest project structure is based on nest's Authentication article which was cloned from github
npm run devThe nest integration was implemented in two aspects
- Remult full CRUD functionality - implemented as a
nestmiddleware.- remult.middleware.ts
- middleware registration at: app.module.ts
- Remult as a
nestservice, to be used throughout nest controllers, for example app.controller