An Stripe payment API to create and accept payment requests with nodejs.
In order to run app properly, Add a `.env `file to the root of your project with the following content:
PORT = <PORT number in order to avoid port collisions>
STRIPE_SECRET_KEY = <stripe secret code>
npm install
npm start