Challenge Overview
Welcome to the “CRM - Search and Validation Backend Integration Challenge”. We are currently building an internal web application for a client. This application will be divided into frontend and backend. This one of a series of challenges to build both applications.
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 engage in the search and validation process for new income calls from 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
- Angular 9.x
- Material Design and Angular Layout
- NestJs
- 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
- Input fields validation must work
- 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
- Update backend and frontend code