Node & Express
To get familiar with payment gateway integration with stripe and node.
Project was built with node and express . The basic prerequisites is to install node on your local machine.
- To install all the required modules for the project , run the following command. All the modules will be stored in the node_modules folder.
npm install
- To run on your local machine , run the below command in the terminal.
nodemon
- In your respective browser , surf to
localhost:3000
to view the final webpage.
- To get this app working on your local machine , add an
api-key.json
file.
{
"publicKey" : "" ,
"secretKey" : ""
}
- Node
- Express - Fast, unopinionated, minimalist web framework for Node.js
- Stripe - Software platform for running an internet business.
- Aemie Jariwala - AemieJ