/BMI_Calculator-Server

An extension of the previous summation repo that calculates the BMI of a person using Backend Web Applications.

Primary LanguageHTML

  • Similar to previous repo, Summation Server that works by using the Express .js Framework.

How to test?

  • Since it is an basic code structure, the server is not displayed. Therefore, to test it the user can clone the repo.
  • Furthermore, the code contains an port assigned to it. Using terminal type in node server.js to start server at host 3000.
  • To test the server, inside the terminal navigage to your file directory and type:
nodemon server.js