Skip to content

Latest commit

 

History

History
executable file
·
39 lines (32 loc) · 1.27 KB

README.md

File metadata and controls

executable file
·
39 lines (32 loc) · 1.27 KB

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