Skip to content
CarlKarlQarl edited this page Jan 12, 2021 · 14 revisions

Logo

Contents

  • What is the Client Engagement Portal?
  • What is the Client Engagement Portal For?
  • How to Get Started
  • Wiki Index

What is the Client Engagement Portal?

The Client Engagement Portal is a full-stack Java-React application that is intended to allow Clients of Revature to see and transmit information about their batches to Revature's management. The Front-end is a React-Redux project that implements AWS Cognito for user verification. The Back-end is a Spring-Boot project that combines all of the basic functionality of the program into a single Restful API. The project uses a Service Oriented Architecture as opposed to a Micro-Service Architecture, as there was not enough divergent functionality in the initial project specifications to justify the overhead of a Micro-Service Architecture.

What is the Client Engagement Portal For?

The Client Engagement Portal is Revature's way of letting their clients have up-to-the-moment information about the batches of software engineers that Revature is training for their clientele. The CEP also allows clients to request an intervention with the batch for whatever purposes they desire, as well as allowing clients to request additional talent if they require it.

How to Get Started

Follow This Link!

Wiki Index