Skip to content

Backend Web Developer TakeHome Challenge: Email Engine Core

Notifications You must be signed in to change notification settings

milad145/email-engine-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

email-engine-core

Backend Web Developer TakeHome Challenge: Email Engine Core

Configure and run the sample

  1. Rename sample.env to .env and open it in a text editor.

  2. Replace your_azure_ad_client_id_here with the client ID of your registered Azure application.

  3. Replace azure_ad_client_secret_here with the client secret of your registered Azure application.

  4. Replace your_azure_redirect_uri_here with the redirect uri of your registered Azure application.

  5. Replace your_jwt_key_here and your_jwt_iv_here with the jwt key and IV that you encrypt the access token for saving in the database.

  6. Install the dependencies running the following command:

    npm install
  7. Start the application with the following command:

    npm start
  8. Open a browser and go to http://localhost:3000.

About

Backend Web Developer TakeHome Challenge: Email Engine Core

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published