Skip to content

This repository contains backend part of Food Ordering App to communicate with Stripe for online payments.

License

Notifications You must be signed in to change notification settings

monaca-samples/food-ordering-app-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Food Ordering App Backend

This repository contains backend part of Food Ordering App to communicate with Stripe for online payments. Tutorial is available on this Medium blog.

Files

index.js - contains code for Express server
Procfile - description for Heroku deployment to determine how to start the app

How to use

  1. Fork or download the repository.
  2. Insert secret key obtained from Stripe website on line 4:
    const stripe = require("stripe")(
    "YOUR_SECRET_KEY_GOES_HERE"
    );
  3. Start the server locally with npm run start, or deploy the app on Heroku to be publicly available.

About

This repository contains backend part of Food Ordering App to communicate with Stripe for online payments.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published