Sign inSign up

hanselopez/node-express

By hanselopez

Updated over 2 years ago

Sample Node.js app using Express. Docker image for easy deployment of RESTful APIs.

Image
Languages & frameworks
Developer tools
Web servers
0

177

hanselopez/node-express repository overview

The Node Express App is a sample application designed to showcase the use of Express.js for building RESTful APIs. It includes basic endpoints and middleware to demonstrate the capabilities of Express.js. This image is ideal for learning Express.js development and can be used as a foundation for more complex applications.

Usage Instructions:

  1. Pull the Docker image: docker pull hanselopez/node-express:latest
  2. Run the Docker container: docker run -d -p 3000:3000 hanselopez/node-express:latest
  3. Access the web application at: http://localhost:3000

Features:

  • Basic RESTful API implementation
  • Ready to deploy Docker image
  • Simple to extend with additional routes and middleware

Tag summary

Content type

Image

Digest

sha256:927fc333c

Size

47.4 MB

Last updated

over 2 years ago

docker pull hanselopez/node-express