Sample Node.js app using Express. Docker image for easy deployment of RESTful APIs.
177
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:
docker pull hanselopez/node-express:latestdocker run -d -p 3000:3000 hanselopez/node-express:latesthttp://localhost:3000Features:
Content type
Image
Digest
sha256:927fc333c…
Size
47.4 MB
Last updated
over 2 years ago
docker pull hanselopez/node-express