Caballerog / devfestmalaga2017

GDG DevFest 2017 - NestJS + Angular

Home Page:https://caballerog.github.io/devfestmalaga2017

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

GDG DevFest 2017 - NestJS + Angular

https://caballerog.github.io/devfestmalaga2017

License:MIT License


Languages

Language:JavaScript 47.2%Language:CSS 27.4%Language:HTML 16.1%Language:TypeScript 9.3%