Skip to content

An attempt to learn nodejs, expressjs, Restfull API, server side and microservices

Notifications You must be signed in to change notification settings

armourshield/learning-node-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yello

This is a project I am working on to understand the server side of application using

  1. Nodejs
  2. Expressjs

and other platforms which will be adding on as we go

Goals Achieved

Docker

  1. Was able to run a docker container for the application using the following command with debug mode from VScode IDE
docker run -itd --rm --name learning-node-js -v d:/work/expressjs/learning-node-js:/usr/src/app -w /usr/src/app -p 40000:3000 -p 9229:9229 node
  1. To run the application using node have added start command in package.json and also edited launch.json for debugging in VSCode IDE

  2. To run the application using nodemon use the following command

docker exec -it learning-node-js npm start

Git

  1. Learnt adding and using SSH key for work account and personal account

Nodejs

  1. Started using express.static with static path directory

Will be adding soon!!!

About

An attempt to learn nodejs, expressjs, Restfull API, server side and microservices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages