An open API service indexing awesome lists of open source software.

https://github.com/guidevloper/nullstack-payments

:moneybag: Examples of payments APIs integrations made in Nullstack
https://github.com/guidevloper/nullstack-payments

nullstack stripe

Last synced: 12 months ago
JSON representation

:moneybag: Examples of payments APIs integrations made in Nullstack

Awesome Lists containing this project

README

          

# Nullstack Payments

Nullstack

## How to run this Project

Install the dependencies:

`npm install`

Update the [**.env.sample**](./.env.sample) file with your info and rename to **.env**.

Update the [**src/utils/enums.js**](./src/utils/enums.js) file with your public keys.

Run the app in development mode:

`npm start`

Open [http://localhost:5000](http://localhost:5000) to view it in the browser.

## Learn more about Nullstack

[Read the documentation](https://nullstack.app/documentation)