ubclaunchpad / floradora

5 stars 1 forks source link

Set up backend project #1

Closed SarahBornais closed 1 year ago

SarahBornais commented 1 year ago

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.