Check setup.md before starting the example.
Type in terminal
npm run startfrom the main folder and openhttp://localhost:4401/. Nest and React are compiled.
Use of Nest Decorators in ValidationPipe and TypeORM to construct DataSource, Entity, DTO.
SQL Schema is automatically created after starting the app using synchronize: true of TypeORMModule and maintains its tables with the entities.
React Hooks and functional components, redux, router.