With MySQL root user in default.env.json:
CREATE DATABASE restaurant_dev;
CREATE DATABASE restaurant_test;
Inside each app folder:
npm start:dev
ng serve --open
Inside each app folder
npm run test
npm run test:e2e
ng test
ng e2e
(Make sure nest-restaurant-app is running on port 3000)
AUTH0 Example
NestJS Authentication / Authorization
Angular 8 - JWT Authentication Example & Tutorial
SQL TypeORM Example
Logging interceptors
NestJS Testing (Unit testing with Jest, e2e testing with Supertest)
NestJS Configuration
Angular Testing with Mocks (Jasmine, Karma)
Angular Forms Testing
Angular e2e testing with Proctrator
See also README.md in each project.