Giter Site home page Giter Site logo

szhajdu / layers-ports-and-adapters-workshop Goto Github PK

View Code? Open in Web Editor NEW

This project forked from matthiasnoback/layers-ports-and-adapters-workshop

0.0 0.0 0.0 580 KB

Code and assignments for the "Advanced Web Application Architecture" training.

Home Page: https://matthiasnoback.nl/training

License: MIT License

PHP 84.26% Gherkin 3.10% Shell 0.79% Dockerfile 1.25% Twig 10.60%

layers-ports-and-adapters-workshop's Introduction

Code and assignments for the "Layers, Ports & Adapters" workshop module

Installation

On most machines the best way to install this project will be to use Docker. If you have trouble running Docker, or just want to use the PHP runtime that's installed on your machine already, take a look at option 2 below.

Option 1: Docker

Requirements

Getting started

  • Make sure the HOST_UID, HOST_GUID environment variables have been defined:

    export HOST_GID=$(id -g)
    export HOST_UID=$(id -u)
    
  • Clone this repository (git clone [email protected]:matthiasnoback/layers-ports-and-adapters-workshop.git) and cd into it.

  • Run docker-compose pull.

  • Run bin/composer.sh install --prefer-dist to install the project's dependencies.

  • Run docker-compose up -d to start the web server.

  • Open http://localhost:8080 (adapt the port to your use case) in a browser. You should see the homepage of the meetup application.

Running development tools

  • Run bin/composer.sh to use Composer (e.g. bin/composer.sh require symfony/var-dumper).
  • Run bin/run_tests.sh to run the tests.
  • Run bin/deptrac.sh to analyze dependencies.
  • Run bin/meetup.sh to use the CLI tool for scheduling meetups.

Cleaning up after the workshop

  • Run docker-compose down --rmi all -v --remove-orphans to remove all containers for this project, their images, and their volumes.
  • Remove the project directory.
  • If you don't use Docker normally, you can shut it down or uninstall it too.

Option 2: With PHP and Composer

Requirements

  • PHP (>=7.4)
  • Composer

Getting started

  • Clone this repository (git clone [email protected]:matthiasnoback/layers-ports-and-adapters-workshop.git) and cd into it.
  • Run composer install --prefer-dist.
  • Start the webserver by running php -S 0.0.0.0:8080 -t public/, and keep this process running.
  • Open http://localhost:8080/ in a browser. You should see the homepage of the meetup application.
  • Optionally install deptrac.

Running development tools

  • Run vendor/bin/phpunit && vendor/bin/behat -v to run all the tests (make sure that you also still have the webserver running).
  • Run ./meetup to work with the command-line version of this application.

Cleaning up after the workshop

  • Just remove the project directory.

layers-ports-and-adapters-workshop's People

Contributors

backendtea avatar berndlosert avatar cmodijk avatar fitn avatar jjanvier avatar matthiasnoback avatar mpdude avatar sergii-deity avatar

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.