This repository contains backend part of Food Ordering App to communicate with Stripe for online payments. Tutorial is available on this Medium blog.
index.js
- contains code for Express server
Procfile
- description for Heroku deployment to determine how to start the app
- Fork or download the repository.
- Insert secret key obtained from Stripe website on line 4:
food-ordering-app-backend/index.js
Lines 3 to 5 in 3fa5895
- Start the server locally with
npm run start
, or deploy the app on Heroku to be publicly available.