nanlabs / devops-reference

This repository contains different infrastructure components, CI/CD pipelines, automation tools among other resources that are used in different projects here at NaN Labs.
MIT License
45 stars 16 forks source link

feature: add stripe and nodejs example #130

Closed giannativo closed 1 year ago

giannativo commented 1 year ago

What's this PR do?

-Addition of a new example that consists of a nodejs, express and typescript application, along with a stripe integration. The goal of this example is to be used as a guide for future developents in which stripe will need to be integrated into a JS application.

The application contains:

@ulises-jeremias