Full-Stack TypeScript application that used AngularJS for frontend, NestJS for backend and PostgreSQL database where users can search flights and make CRUD operations.
- GET request send from Angular (on the right side of the diagram).
- NestJS receives the request.
- Get the data from the database(PostgreSQL) then returns it to NestJS.
- Send that data back to Angular front-end.