Skip to content

ZetaRet/nest-react-factory-example2

Repository files navigation

Kanban Board Project Management and To Do Tasks

Check setup.md before starting the example.

Type in terminal npm run start from the main folder and open http://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.