Skip to content

Demo of Web SPA cinema management application using Symfony 4 on the backend, and for the Frontend Vue and Vuex.

License

Notifications You must be signed in to change notification settings

HecFranco/Symfony4-Vue3-Vuex-App-Cinemas

Repository files navigation

What is this?

An application example using the Flux library for Vue, Vuex for the frontend and Symfony4 for the backend.

Prerequisites

  • PHP 7.2+ with php-v8js module installed
    • brew gives an easy way to do this on OSX with brew install php71-v8js
  • Composer 1.5.x
  • Node 8.x
  • Npm

Getting Started

  1. Download the repository and execute the next command in console:
  2. composer update to get PHP dependencies
  3. npm install to get JS dependencies
  4. npm run dev to build JS files (or npm run watch for interactive watch)
  5. php bin/console server:run to start a PHP server on 127.0.0.1:8000

Execution Guides

Execution guide in the following files:

About

Demo of Web SPA cinema management application using Symfony 4 on the backend, and for the Frontend Vue and Vuex.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published