All Projects → davidtrushkov → marketplace

davidtrushkov / marketplace

Licence: other
A file sharing website using Laravel 5.5

Programming Languages

PHP
23972 projects - #3 most used programming language
Blade
752 projects

Projects that are alternatives of or similar to marketplace

django ecommerce
Scalable Django E-Commerce, perfect to start one new online shop project.
Stars: ✭ 25 (+31.58%)
Mutual labels:  ecommerce, stripe
Digota
ecommerce microservice
Stars: ✭ 382 (+1910.53%)
Mutual labels:  ecommerce, stripe
MERN-Ecommerce
An E-commerce app built using MERN stack. It has 4 social login options and implements email verification as well. Stripe and Paypal payment gateways are implemented.
Stars: ✭ 50 (+163.16%)
Mutual labels:  ecommerce, stripe
Ecommerce
We're going to take you step-by-step to build a modern, fully open-source, eCommerce web application using Python, Django, Bootstrap, Javascript, and more.
Stars: ✭ 980 (+5057.89%)
Mutual labels:  ecommerce, stripe
Buefy Shop
A sample shop built with Nuxt, Stripe, Firebase and Serverless Functions
Stars: ✭ 207 (+989.47%)
Mutual labels:  ecommerce, stripe
react-elements-netlify-serverless
Digital Wallet payments with React Stripe Elements and Netlify Functions
Stars: ✭ 21 (+10.53%)
Mutual labels:  ecommerce, stripe
Firebase Cms
A CMS + E-commerce platform built with Angular and Firebase
Stars: ✭ 286 (+1405.26%)
Mutual labels:  ecommerce, stripe
Checkout Netlify Serverless
Sell products on the Jamstack with Netlify Functions and Stripe Checkout!
Stars: ✭ 58 (+205.26%)
Mutual labels:  ecommerce, stripe
Commerce.js
Open source, JS eCommerce SDK for building headless, Jamstack applications. Build custom storefronts, carts, and checkouts in any frontend framework, platform, or device. Integrates with Stripe, Square, PayPal, Paymill and Razorpay with support for 135+ currencies.
Stars: ✭ 112 (+489.47%)
Mutual labels:  ecommerce, stripe
ecommerce-gatsby
🛒 A Gatsby Ecommerce site with Stripe integration & Netlify Functions
Stars: ✭ 48 (+152.63%)
Mutual labels:  ecommerce, stripe
teini
👶 Teini (tiny, [ˈtīnē]) is an extremely small webshop leveraging awesome and free solutions like Github and Vercel.
Stars: ✭ 148 (+678.95%)
Mutual labels:  ecommerce, stripe
laration
Simple package to see all current configurations being used by your Laravel application
Stars: ✭ 47 (+147.37%)
Mutual labels:  laravel55
chorus
Towards an open source stack for e-commerce search
Stars: ✭ 86 (+352.63%)
Mutual labels:  ecommerce
JamTools
JamTools是一个跨平台的小工具集,包含了截屏、录屏、文字识别、各种格式转换、鼠标键盘动作录制播放、文件传输、聊天机器人等功能
Stars: ✭ 73 (+284.21%)
Mutual labels:  file-sharing
square-python-sdk
Python client library for the Square API
Stars: ✭ 72 (+278.95%)
Mutual labels:  ecommerce
nosto-prestashop
Nosto plugin for Prestashop
Stars: ✭ 12 (-36.84%)
Mutual labels:  ecommerce
laravel-stripe-connect
🦓 Stripe Connect binding for Laravel
Stars: ✭ 73 (+284.21%)
Mutual labels:  stripe
shopify
Vue Storefront 2 integration for Shopify
Stars: ✭ 109 (+473.68%)
Mutual labels:  ecommerce
yogurl
Serve files and code over HTTP in one command. The CLI for http://yogurl.io
Stars: ✭ 45 (+136.84%)
Mutual labels:  file-sharing
solder
Supercharge Your Modpack with Solder
Stars: ✭ 27 (+42.11%)
Mutual labels:  laravel55

Marketplace

About Marketplace

Marketplace is a file sharing website I made as an open source project where users can sign up, connect their accounts to Stripe and upload a file post along with its uploads to the site where guests and users can buy them (I use test data, and don't take real transactions for Stripe). This was made using Laravel 5.5 and used a mySQL database. The frontend was in Bootstrap 3.3.7.

Setup

If you decide to clone this project, you will need to make an .env file:

cp .env.example .env
php artisan key:generate
  • Once you do that, link the database credentials, and the mail credentials for email testing. I suggest using mailtrap
  • If you want to test using Sentry, link that up to SENTRY_DSN in.env file.
  • Link up the RECAPTCHA_SECRET by going to Google Recaptcha and getting a key.

Then you have to link your Stripe key, secret key and connect key.

  • To get your STRIPE_KEY and STRIPE_SECRET, signup/login into Stripe, switch data to test data by clicking the "View Test Data" on the left side navigation on your Stripe dashboard, then go to API and you will see your keys.

I use Stripe Connect, which splits payments between parties.

  • To get your STRIPE_CONNECT_KEY, go to Connect then Settings on your dashboard. There you will see the STRIPE_CONNECT_KEY.
  • One more thing you will need to do in Stripe is set up a Redirect URL for once a user connects their stripe account to this project. To do that, go to Connect, Settings and there you have an option to setup a redirect URL. The URL will be <your-domain>/account/connect/complete For example:
  • localhost:8080/account/connect/complete
  • marketplace.dev/account/connect/complete

If you want to test how the connect works, you will have to make a second account on Stripe, then once you make a new user, Connect that account with the second Stripe account you made. Additionally, you can upload a logo on Stripe for when users connect to this website under the Branding section.

To control how much you take as the site owner, go to config/marketplace.php then you can edit what commission you get. Default set to 20 (%20)

Security Vulnerabilities and Other Problems

If you discover a security vulnerability or any other bugs within this app, please make a Issue on here. This website is not meant to be in production.

License

MIT License

Copyright (c) [year] [fullname]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].