Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 509 Bytes

readme.md

File metadata and controls

15 lines (10 loc) · 509 Bytes

this project is guided by the introduction to nodejs (LFW111) from linuxfoundation training portal

https://trainingportal.linuxfoundation.org/learn/course/introduction-to-nodejs-lfw111x

2. Setting Up

  1. Use fnm to install node
  2. .nvmrc file to save the node version of the project
  3. Use npm init to create package.json file

3. Service Mocking

  1. Use npm i serve to serve files from folder
  2. Set up a fastify scaffold mock server to use Get and Post requests
  3. Used in-memory data to store data