GithubHelp home page GithubHelp logo

codelytv-clone's Introduction

๐Ÿ˜๐ŸŽฏ Clone of codelytv pro platform applying Domain-Driven Design, Hexagonal Architecture and CQRS in a Monorepository

jorgechavezrnd CodelyTV Courses Symfony 5.0 CI pipeline status

๐Ÿš€ Environment Setup

๐Ÿณ Needed tools

  1. Install Docker
  2. Clone this project: git clone https://github.com/jorgechavezrnd/codelytv-clone.git
  3. Move to the project folder: cd codelytv-clone

๐Ÿ› ๏ธ Environment configuration

  1. Create a local environment file (cp .env .env.local) if you want to modify any parameter

๐Ÿ”ฅ Application execution

  1. Install all the dependencies and bring up the project with Docker executing: make build
  2. Then you'll have 1 app available (1 API):
    1. Mooc Backend: http://localhost:8030/health-check

โœ… Tests execution

  1. Install the dependencies if you haven't done it previously: make deps
  2. Execute PHPUnit and Behat tests: make test

Command for start mooc backend application server

php -S 127.0.0.1:8030 apps/mooc/backend/public/index.php

                            OR

symfony serve --dir=apps/mooc/backend/public --port=8030 --force-php-discovery

Command for run mooc backend application acceptance tests

./vendor/bin/behat -p mooc_backend

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.