Giter Club home page Giter Club logo

cinemateka's Introduction

Cinemateka Schedule WebApp

One page schedule app built with Laravel 5 and VueJS.

Tech Stack

Frontend

  • VueJS
  • VueRouter
  • VueResource (in admin panel)
  • VueHead
  • Material Design Light

Backend

  • Laravel 5.2
  • Backpack Crud (and others from Backpack stack)
  • AdminLTE (with some Vue salt like multiitem fields or ctrl+s)
  • GoogleGeoCoder

Dev

  • Laravel-Elixir
  • Webpack
  • Babel
  • Eslint
  • SASS

Documentation

App don't using vuex or any other store system. Eloquent don't calculate relations in db queries. PHP gives to Vue clean collections, without relations, but every page will have all this collections at one time after first load. Relations calculating by Vue (it's amazing fast, even we'll have difficult relations) at first load. Other routing is depends on VueRouter and so we can turn off WiFi (we'll not receive some images in this situation) and go on site surfing.

Folder structure

app:                    # **Laravel 5 backend layer**
    Console:            # **Artisan CLI commands**
    Events:             # **Backend events**
    Exceptions:         # **Errors handling**
    Http:               # **HTTP kernel, routes**
        Controllers:    # **Responses to user (load page)**
        Middleware:     # **Meddling into the livecycle (reject on auth failed)**
        Requests:       # **Requests from user (handle form)**
    Jobs:               # **Jobs queue control**
    Listeners:          # **Listen about events**
    Models:             # **Entities and relations therebetween**
    Policies:           # **Access rules**
    Providers:          # **Broadcast data**
bootstrap:              
config:                 # **Laravel 5 config**
database:               # **Data storage configuration**
    factories:          # **Seeding process description**
    migrations:         # **Creating tables**
    seeds:              # **Creating rows in tables**
public:                 # **Compiled frontend** *Webserver root*
resources:              # **Frontend view layer**
    assets:
        admin:          # **Admin sources**
        components:     # **VueJS components partials**
        fonts:          # **Webfonts**
        images:         # **Graphic files**
        js:             # **Javascripts**
        sass:           # **SASS**
        views:          # **VueJS components router views**
    lang:               # **Translations**
    views:              # **Laravel Blade views**
storage:                # **Backups, cache, logs**
tests:                  # **Test environment**

License

MIT license.

cinemateka's People

Contributors

kant avatar piterden avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  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.