Application based on the Kelvin Mai course Ideas App
This project was generated using Nx.
- Database - PostgreSQL
- REST API - NestJS
- GraphQL API - NestJS
- Rest Frontend - Angular with NGRX
PostgreSQL v11.8 or above
Rename file ".env-sample" to ".env" and change variables values Create blank DB
Run ng serve to start client server.
Run ng serve api to start api server.
Run npm start to start both servers.
http://localhost:3333/swagger/
Run ng test to execute the unit tests via Jest.
Run ng e2e to execute the end-to-end tests via Cypress.
To get more help on the Angular CLI use ng help or go check out the Angular CLI README.