Skip to content

Payments Application For the Galaxy’s Next Big Space Tourism Company, Rapyd starliner

Notifications You must be signed in to change notification settings

manish-basargekar/rapyd-space-tour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rapyd Starliner

Payments Application For the Galaxy’s Next Big Space Tourism Company, Rapyd starliner

Live demo

Demo

Screenshots

Frame 13

Frame 14

Getting started

  • For starting the app in your machine, open the terminal and enter these commands:

  • Clone the repo

git clone https://github.com/8mn/rapyd-space-tour.git

cd into working directory

cd rapyd-space-tour

Install dependencies

npm install

You will need to create a firebase project and Replace the following with your app's Firebase project configuration in src/firebase.js.

const firebaseConfig = {
	apiKey: "",

	authDomain: "",

	projectId: "",

	storageBucket: "",

	messagingSenderId: "",

	appId: "",

	measurementId: "",
};


Firebase uses API keys only to identify your app's Firebase project to Firebase services, and not to control access to database or Cloud Storage data, which is done using Firebase Security Rules. For this reason, you do not need to treat API keys for Firebase services as secrets, and you can safely embed them in client code

Run the app on your machine

npm run start

Open http://localhost:3000 in browser to access the app

Goals :

  • To build Website for an innovative space exploration venture selling tickets for a flight to the stars. The price is $150,000 per seat.

  • The Customer is based in Singapore and the company is based in the US. The high price tag makes accepting credit cards and wire transfers expensive for the business and a hassle for the customer.

  • To solve this, used Rapyd’s virtual accounts API

Functionalities:

  • Request Virtual Accounts for payments
  • See all transactions
  • Get a ticket when you complete the payment!

What's next for Rapyd starliner

  • Use multile currencies other than SGD
  • Refund payment options

Links

Credits

Contact

If you have any questions/suggestion, Contact me

About

Payments Application For the Galaxy’s Next Big Space Tourism Company, Rapyd starliner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published