Skip to content

Caballerog/devfestmalaga2017

Repository files navigation

HeroesTour - Angular 5 + NestJS (Tutorial)

HeroesTour built with Angular Cli on Nestjs with TypeORM + Postgres.

This repo is a demo for the GDG DevFest at Málaga.

Assumptions

  • angular cli (project generated with version 1.5.0)
  • yarn (dependency management)
  • angular 5.0+ (new service worker)
  • NestJS 4.3+

Presentation

You can get the presentation from this link which is built using reveal.js.

Topics

Useful Commands

  • 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.

To Do List

  • Swagger
  • CQRS