Cast

Desafio React + PHP

Repositório contendo o desafio proposto pela Cast.

💻 Techs:

  • ReactJS
  • Babel
  • Webpack
  • Material-UI
  • Symfony Framwork
  • Doctrine ORM

🏃 Run the project (backend):

  # Clone this repository
  - git clone https://github.com/index325/Cast_challenge.git
  
  # Enter project directory
  - cd Cast_challenge
  
  # Enter backend directory
  - cd backend
  
  # Install dependencies
  - composer install

  # Create database
  - php bin/console doctrine:database:create
  
  # Execute migrations
  - php bin/console doctrine:migrations:migrate
  
  # Execute DataFixtures
  - php bin/console doctrine:fixtures:load
  
  # Run server
  - symfony serve
  
  # Start the application
  - yarn start
  
  

🏃 Run the project (frontend):

  
  # Enter project directory
  - cd Cast_challenge
  
  # Enter backend directory
  - cd frontend
  
  # Install dependencies
  - yarn
  
  # Run the application
  - yarn start=

Feito com ❤ por Gabriel de Moraes Orlando