Backend Web Developer TakeHome Challenge: Email Engine Core
-
Rename sample.env to .env and open it in a text editor.
-
Replace
your_azure_ad_client_id_herewith the client ID of your registered Azure application. -
Replace
azure_ad_client_secret_herewith the client secret of your registered Azure application. -
Replace
your_azure_redirect_uri_herewith the redirect uri of your registered Azure application. -
Replace
your_jwt_key_hereandyour_jwt_iv_herewith the jwt key and IV that you encrypt the access token for saving in the database. -
Install the dependencies running the following command:
npm install
-
Start the application with the following command:
npm start
-
Open a browser and go to http://localhost:3000.