https://github.com/kazemmdev/mynetflix
Netflix design + Payment (stripe) in Laravel8
https://github.com/kazemmdev/mynetflix
laravel postgresql react reactjs redux stripe
Last synced: 2 months ago
JSON representation
Netflix design + Payment (stripe) in Laravel8
- Host: GitHub
- URL: https://github.com/kazemmdev/mynetflix
- Owner: kazemmdev
- Created: 2022-03-28T13:06:04.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-06T16:05:18.000Z (about 3 years ago)
- Last Synced: 2025-01-08T15:57:06.368Z (4 months ago)
- Topics: laravel, postgresql, react, reactjs, redux, stripe
- Language: PHP
- Homepage:
- Size: 1.18 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Netflix design + Payment (stripe) in Laravel8
In this demo I integrate [stripe](https://stripe.com/en-de) payment method with laravel8 project that used [react](https://reactjs.org/), [tailwindcss](https://tailwindcss.com/) and [redux](https://redux.js.org/) in front and [postgres](https://www.postgresql.org/) as db.
## Usage
This repo required [docker](https://www.docker.com/) installed on your machine
1. Clone the repo
2. Create a .env by copying .env.example and Update the required fields:- Stripe Keys
- [The Movie API](https://www.themoviedb.org/)
- And Database Variables3. Run `./init.sh`