Skip to content

janellephalon/updated-smcAPI-starter-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataMotion's SMC API Updated Starter Files

Description

These are the starter files for the Secure Message Center demo, a React application that demonstrates the integration with DataMotion's Secure Message Center API, specifically focusing on the Get Token API and Get Message Summaries API. This project serves as a hands-on segment of an API tutorial, guiding developers through the process of building a secure and compliant email inbox.

Table of Contents

User Story

AS A developer,
I WANT to utilize the DataMotion Secure Message Center API,
SO THAT I can build a secure and compliant email inbox for my applications.

Acceptance Criteria

GIVEN a React application using DataMotion Secure Message Center API,
WHEN I run the application,
THEN the server retrieves a token from DataMotion's token API.
AND fetches data from the Get Message Summary API.
AND a list of emails is securely rendered on the page.
WHEN I interact with the message center,
THEN changes are reflected accurately.
AND data consistency is ensured even after page refresh or reload.

Installation

  • git clone
  • After cloning, navigate to the project directory.
  • Install the required dependencies by running npm install.
  • Start the application by running npm start.

Usage

  • Once you have started the application, it will be accessible at localhost:3000 (unless otherwise specified) in your web browser.
  • Explore the different functionalities of the secure message center.
  • If you encounter any issues or have suggestions, feel free to provide feedback or contribute to the project by submitting a pull request.

Resources

Contributing

Janelle Phalon - Github

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published