Git Product home page Git Product logo

ishetkutweerv4's Introduction

Ishetkutweer v4

This website will show weather data in a simple and clear manner.

Dependencies

Installing

  1. Clone the repository
  2. Copy the .env file to .env.local and use your Maxmind API key to populate the MAXMIND_LICENSE_KEY field
  3. Run docker-compose -f docker-compose-dev.yml up -d to spin up the docker container
  4. Run docker-compose -f docker-compose-dev.yml exec php-fpm composer install to fetch all PHP dependencies
  5. Run docker-compose -f docker-compose-dev.yml exec php-fpm yarn install to fetch all javascript dependencies
  6. Run docker-compose -f docker-compose-dev.yml exec php-fpm yarn dev to build frontend assets
  7. Run docker-compose -f docker-compose-dev.yml exec php-fpm bin/console doctrine:schema:create to create all required database tables
  8. Run docker-compose -f docker-compose-dev.yml exec php-fpm bin/console app:download:ipdata to download Maxmind ip mappings
  9. Run docker-compose -f docker-compose-dev.yml exec php-fpm bin/console app:import:buienradar to download the latest weather data
  10. Visit http://localhost:9000/ to see the running application

Running QA checks locally

To run all QA tests locally run docker-compose -f docker-compose-dev.yml exec php-fpm composer check The following checks are run:

  • Unit tests
  • Integration tests
  • Acceptance tests
  • Php static analysis tool
  • Php mess detector
  • Php code sniffer
  • Php lint
  • Php copy/past
  • Dependency tracker
  • Security checker
  • Configuration linting
  • Container linting
  • Twig template linting

ishetkutweerv4's People

Contributors

ptrtn avatar pton avatar

Watchers

James Cloos avatar  avatar

Forkers

cbpeter

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.