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 dev
The nest integration was implemented in two aspects
- Remult full CRUD functionality - implemented as a
nest
middleware
.- remult.middleware.ts
- middleware registration at: app.module.ts
- Remult as a
nest
service
, to be used throughout nest controllers, for example app.controller