Skip to content
This repository has been archived by the owner on Apr 8, 2022. It is now read-only.
/ wannabe-ebates Public archive

Not sure what this is? Take a look at Ebates.com, this is basically a cashback engine

Notifications You must be signed in to change notification settings

BryanYeh/wannabe-ebates

Repository files navigation

Wannabe Ebates

Not sure what this is? Take a look at Ebates.com, this is basically a cashback engine

This is built with Laravel 5.6 and Bulma 0.7.0 for Users and CoreUi for Admin

Warning: Work in progress

Current Database Structure

Cashback Database

Progress & Todos

Basic Viewing Functions

  • Home Page
  • View All Stores
  • View Store Page
  • Go To Store

User Dashboard

  • Dashboard
  • Balance
  • Trips
  • Withdrawal History
  • Settings
  • Subscriptions

(Social) Signup/Login

  • Default
  • Google+
  • Facebook

Admin (Generic not going into explaination)

  • Admin Dashboard
  • Affliate Networks API
  • [ ] Simple Blog

Future Things

  • Upgrade to Laravel 5.7 Near Future
  • Code Refactoring
  • Use Angular/Vue
  • Launch a test website

Setting Up

  1. Clone/Download this repo
  2. Change directory to project folder
  3. Run composer install
  4. Rename or copy .env.example to .env
  5. Run php artisan key:generate
  6. Have DB_ and GOOGLE_ and HASH_ID_SALT filled out in the .env
  7. Create an empty database with what you have on DB_DATABASE
  8. Run php artisan migrate --seed (The seed will populate the necessary tables AND sample data also)
  9. Everything is set up and ready to test!

About

Not sure what this is? Take a look at Ebates.com, this is basically a cashback engine

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published