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
- Host: GitHub
- URL: https://github.com/guidevloper/nullstack-payments
- Owner: GuiDevloper
- License: mit
- Created: 2021-06-28T21:25:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-01T21:43:13.000Z (over 4 years ago)
- Last Synced: 2025-02-08T06:27:13.344Z (about 1 year ago)
- Topics: nullstack, stripe
- Language: JavaScript
- Homepage: https://nullstack-payments.vercel.app
- Size: 694 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nullstack Payments

## 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)