Skip to content

Node.js + Express.js | At each request, increase the number value to +1 and show the server name.

License

Notifications You must be signed in to change notification settings

juouyang/counter-request

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Counter Request

At each request, increase the number value to +1 and show the server name.

Main Technologies Used

Node Express

Use the Docker

Docker

To run this project in a Docker container, use the command below:

docker run -d -p 8080:8080 franciscojsc/counter-request

Use Dockerfile file of this project

Clone the repository:

git clone https://github.com/franciscojsc/counter-request.git

Enter the folder:

cd counter-request

Build the image:

docker build -t counter-request .

Run the container:

docker run -d -p 8080:8080 counter-request

About

Node.js + Express.js | At each request, increase the number value to +1 and show the server name.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 58.4%
  • JavaScript 25.0%
  • Dockerfile 16.6%