Dynamically load modules for use in a sample API developed with Nitric.
Windows
Install with scoop
scoop bucket add nitric https://github.com/nitrictech/scoop-bucket.git
scoop install nitric
Linux
Download as a scripted install via curl.
curl https://nitric.io/install | bash
Note: Complete installation guide can be found here
yarn install
nitric run
curl --location --request GET 'http://127.0.0.1:9001/apis/main/payment'
You'll receive a redirect status and redirect URL to the Stripe payment gateway.
Explore the Nitric framework to learn how to deploy to the cloud and much more.