GithubHelp home page GithubHelp logo

medleybox / webapp Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 1.0 1.93 MB

A Symfony 6 application to serve the frontend of Medleybox.

License: GNU General Public License v3.0

CSS 0.21% JavaScript 5.40% PHP 66.56% Shell 1.01% Dockerfile 1.00% Twig 7.88% Vue 15.06% SCSS 2.89%
meilisearch-php symfony

webapp's Introduction

Webapp

A Symfony 6 application to serve the frontend of Medleybox.

php-composer-and-tests docker-publish

Quick Start

Add hostsfile for medleybox.local:

127.0.0.1 medleybox.local

Run the following in your terminal:

# Install PHP dependencies on host
composer install

# Build docker images locally
bin/docker-build

# Start docker containers and run doctrine migrations
bin/docker-up

# Create the first admin user
bin/docker-console app:create-user --username admin

Once the user has been created, you can login via https://medleybox.local

Bin Scripts

Bin scripts have been written to automate common tasks:

Script Description
bin/docker-build Build docker images via docker-compose
bin/docker-console Run the Symfony Console within the webapp container
bin/docker-dumpserver Command to run Symfony Dump server
bin/docker-logs Follow the stack logs via docker-compose
bin/docker-psql Login to the postgresql server
bin/docker-push Push locally built docker images to repository
bin/docker-up Start the stack locally via docker-compose
bin/run-tests Run PHP CS tests using phpstan and phpcs

Testing

PHP Coding Standards tests using phpstan and squizlabs/php_codesniffer using the Symfony:risky ruleset. Use the run-tests bin script to use the correct command line arguments for each program.

Fix reported issues with phpcbf:

vendor/bin/phpcbf --standard=PSR12 --colors src

Useful links

Services:

Docs:

License

GNU General Public License v3.0 or later

See LICENCE to see the full text.

webapp's People

Contributors

alpharecon19 avatar dependabot[bot] avatar

Watchers

 avatar  avatar

Forkers

cemalince

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.