/dadjokes-pm2

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Random Dad Jokes

Learn the most commonly used features of PM2, and how to use it to deploy, manage, and scale your Node.js applications in production.

Tutorial: How to Deploy, Manage and Scale Node.js Applications with PM2.

Screenshot or GIF of the application in action.

🟢 Prerequisites

You must have Node.js and npm installed on your machine. This project was built against the following versions:

  • Node.js v16.14.0.
  • npm v8.3.1.

📦 Getting started

  • Clone this repo to your machine:
git clone https://github.com/betterstack-community/dadjokes
  • cd into the project folder and run npm install to download dependencies.
  • Execute the command below to start the development server:
node server.js

⚖ License

The code used in this project and in the linked tutorial are licensed under the Apache License, Version 2.0.