Skip to content

An entire CICD Github Actions workflow to run NodeJS on Linode Cluster using APIs with K8s, Giphy, Slack, & Vault

Notifications You must be signed in to change notification settings

morgayle-ngt/solar-system-using-github-actions

Repository files navigation

Solar System NodeJS Application

🪐 Solar System Workflow

.github/workflows/pr-thank-you.yml

Label Issues (Script Injection)

Vault Demo

Deployment - Reusable Workflow

A simple HTML+MongoDB+NodeJS project to display Solar System and it's planets.

My Project

Here's an image related to my project:

Github Actions CICD Completed Flow GIPHY API BOT SLACK_MESSAGE Web Page

Requirements

For development, you will only need Node.js and NPM installed in your environement.

Node

  • Node installation on Windows

    Just go on official Node.js website and download the installer. Also, be sure to have git available in your PATH, npm might need it (You can find git here).

  • Node installation on Ubuntu

    You can install nodejs and npm easily with apt install, just run the following commands.

    $ sudo apt install nodejs
    $ sudo apt install npm
    
  • Other Operating Systems

    You can find more information about the installation on the official Node.js website and the official NPM website.

If the installation was successful, you should be able to run the following command.

$ node --version
v8.11.3

$ npm --version
6.1.0

Install Dependencies from package.json

$ npm install

Run Unit Testing

$ npm test

Run Code Coverage

$ npm run coverage

Run Application

$ npm start

Access Application on Browser

http://localhost:3000/

About

An entire CICD Github Actions workflow to run NodeJS on Linode Cluster using APIs with K8s, Giphy, Slack, & Vault

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages