https://github.com/microverseinc/docker-workshop-nodejs
https://github.com/microverseinc/docker-workshop-nodejs
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/microverseinc/docker-workshop-nodejs
- Owner: microverseinc
- Created: 2023-05-30T11:44:35.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-01T13:44:50.000Z (about 3 years ago)
- Last Synced: 2025-12-05T11:43:59.176Z (6 months ago)
- Language: TypeScript
- Size: 66.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🧱 Sample project - Node.js

## ❓ Description
This sample project is part of the workshop "Containerization with Docker" by Microverse. Find out more about the workshop:
[👉 "Containerization with Docker" workshop](https://github.com/microverseinc/docker-workshop)
## 🛫 Getting Started
### Prerequisites
1. Verify if Node.js is installed
```sh
node -v
```
2. Verify if npm is installed
```sh
npm -v
```
### Installing
1. Clone the project to your machine:
```sh
git clone https://github.com/microverseinc/docker-workshop-nodejs
```
2. Install dependencies
```sh
npm install
```
### Executing program
1. Run the application
```sh
npm run dev
```
## 🙋🏽♀️ Help
If you need any help, send a message to the Slack channel [#modern-ci-cd-with-docker-demo-workshop](https://microverseupskill.slack.com/archives/C059WD1U06T)!