Skip to content

A follow up of the course introduction to nodejs provided by the linux foundation

Notifications You must be signed in to change notification settings

rafaelflorespereira/linuxfoundation-intro-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A follow up of the course introduction to nodejs provided by the linux foundation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published