HeroesTour built with Angular Cli on Nestjs with TypeORM + Postgres.
This repo is a demo for the GDG DevFest at Málaga.
- angular cli (project generated with version 1.5.0)
- yarn (dependency management)
- angular 5.0+ (new service worker)
- NestJS 4.3+
You can get the presentation from this link which is built using reveal.js.
- HeroTour (Angular).
- Controllers.
- Components.
- Modules.
- Middlewares.
- Exceptions.
- Pipes.
- Guards.
- TypeORM.
- Testing.
- In the folder 09-tour-heroes run the following command:
ng serve
- Run in frontend development mode on port 4200.
- In each folder 00-heroes-XXX run the following command:
npm run start:watch
- Runs server on port 3000 via ts-node, assumes no frontend changes.
- In 08-heroes-XX run the following commands:
npm run test:watch
- Runs test using jest.npm run e2e
- Runs End to End test using supertest.
- Swagger
- CQRS