sureshmangs / The-Band

:guitar: A Fictional Band website for booking tickets for a concert ( implement payment gateway using Stripe )

Home Page:https://the-band-official.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🎸 The-Band

A Fictional Band website for booking tickets for a concert ( implement payment gateway using Stripe )

Link to application: The-Band

➡️ Technologies Used:

1️⃣ Node

2️⃣ Express

3️⃣ React

➡️ Get Started

Clone the repository

git clone https://github.com/sureshmangs/The-Band.git

In the project directory(The-Band)

npm install

In the client directory

npm install

In the root directory, inside the .env file, set the following fields for Stripe Secret Key

STRIPE_SC_KEY=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

In the client directory, inside the .env file, set the following fields for Stripe Publishable Key

REACT_APP_STRIPE_PS_KEY=XXXXXXXXXXXXXXXXXXXXXXXXX

In the project directory(The-Band)

npm run start-dev

About

:guitar: A Fictional Band website for booking tickets for a concert ( implement payment gateway using Stripe )

https://the-band-official.herokuapp.com/

License:MIT License


Languages

Language:JavaScript 92.9%Language:HTML 5.2%Language:CSS 1.9%