Skip to content

Sandiecodes/DOM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOM

  1. Create a directory for your application and navigate to it
  2. Create package.json by using the command: npm init -y
  3. Install the dependencies for the application:
  • npm install express body-parser --save
  1. Start application: node server.js

Docker

  1. Start containers using: docker compose up
  2. Open a new terminal and attach containers: docker attach server1
  3. Navigate to the folder code: cd code
  4. Start application: node server1.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors