Create a Node application using the Express framework. This tutorial by Okta might be a good place to start. The app should expose a single API endpoint /isalive that just returns the string I'm alive! or something along those lines. This application should go in the /backend folder in this repository. Please include a README.md file in the /backend folder as well that explains how to run the app.
Create a Node application using the Express framework. This tutorial by Okta might be a good place to start. The app should expose a single API endpoint
/isalive
that just returns the stringI'm alive!
or something along those lines. This application should go in the/backend
folder in this repository. Please include aREADME.md
file in the/backend
folder as well that explains how to run the app.