npm i
to install node modules and dependenciesnodemon ./src/server.js
to run project from root foldertape ./tests/test.js
to run tests from root foldernpm run dev
to start the project. Go to http://localhost:4000/
to viewnpm run test
to run tests locallyrequire
node module, think of how it may work to make requests on the back end.