Challenge Overview
Welcome to the “CRM - Correspondence Backend Integration Challenge”. We are currently building an internal web application for a client. This application will be divided into frontend and backend.
CONTEXT
PROJECT CONTEXT
The client has requested to build a full stack application that involves both the backend REST API (Nest.JS) and a frontend application (Angular 9). This application will allow users to send correspondence to clients.
CHALLENGE CONTEXT
The goal of this challenge is to build the search and validation backend API from the design specifications.CHALLENGE DETAILS
Technology and Framework
- NestJs
- Angular 9 - Material Design and Angular Flex
- Typescript
- NodeJs 12.x
Requirements
- The main goal of the challenge is to integrate the frontend with the backend API
- All changes necessary to the frontend and the backend to achieve this goal are in scope
- Business logic and original design files will be provided in the forum
- Mocked data must be created to show application is working properly
- Unit tests are NOT in scope
- Code for both backend and frontend should pass "npm lint" and "npm audit"
Final Submission Guidelines
- Updated frontend
- Updated backend
- Updated documentation