Giter Site home page Giter Site logo

bold-analytics-hub's Introduction

Bold Review Analytics - Hub

This repository is just a hub to provide an environment for the project of the challenge, they are divided into 2 more repositories using git submodules

Stack

  • PHP 7.0 - Laravel for API & Job Schedule
  • Node.js - Vue.js 2
  • MySQL 5.7
  • Apache
  • Docker
  • docker-compose

Requirements

How to use

  • $ git clone --recursive https://github.com/davibusanello/bold-analytics-hub.git
  • $ cd bold-analytics-hub
  • $ docker-compose build
  • $ docker-compose up Use -d if wanna run in background and don't wanna see the log output.
  • $ docker-compose exec api composer install It will install the php packages required
  • $ docker-compose exec api php artisan migrate:fresh It will run migrations in the database
  • $ docker-compose exec api php artisan shopify:review-sync (optional) For manually sync the reviews (Job is running every 30 minutes)
  • Access: http://localhost If you haven't changed any ports map in docker-compose.yml

How to completely clean the docker environment when you have finished

  • $ docker-compose down Stop all environment
  • $ docker-compose rm Remove stopped containers
  • $ docker volume rm bold-analytics-hub_mysql-data Will remove volume used by MySQL container & all data in the database

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.