https://trainingportal.linuxfoundation.org/learn/course/introduction-to-nodejs-lfw111x
- Use fnm to install node
- .nvmrc file to save the node version of the project
- Use npm init to create package.json file
- Use npm i serve to serve files from folder
- Set up a fastify scaffold mock server to use Get and Post requests
- Used in-memory data to store data