Skip to content

CIRCLECI-GWP/nodejs-circleci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js CircleCI Tutorial

This is a simple Node.js application used for demonstrating Docker and CircleCI concepts.

Getting Started

Prerequisites

  • Node.js 18 or higher
  • Docker (optional)

Installation

  1. Clone the repository
  2. Install dependencies:
    npm install
  3. Start the application:
    npm start

The application will be available at http://localhost:5000

Docker

Build the Docker image:

docker build -t tutorial/circleci-node:18 .

Run the container:

docker run -d -p 5000:5000 --name nodetest01 tutorial/circleci-node:18

Features

  • Simple Express.js web server
  • Docker support with Node.js 18
  • Modern npm commands for production builds
  • CircleCI integration ready

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published