All Projects → AlexImb → pelicula

AlexImb / pelicula

Licence: Apache-2.0 license
🎞 A progressive web app for creating movie night polls.

Programming Languages

Vue
7211 projects
typescript
32286 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to pelicula

admin-null-nuxt
Admin Null — Free Nuxt Bulma Admin Dashboard (with dark mode)
Stars: ✭ 39 (+56%)
Mutual labels:  nuxt, buefy
admin-one-nuxt
Admin One Nuxt - Nuxt.js Bulma Buefy admin dashboard
Stars: ✭ 23 (-8%)
Mutual labels:  nuxt, buefy
aio-rek
Face recognition based attendance system
Stars: ✭ 19 (-24%)
Mutual labels:  nuxt
nuxt-stack
Suite of modules and commands for building performant applications with zero configuration
Stars: ✭ 67 (+168%)
Mutual labels:  nuxt
isvue3readyyet
is vue3 reaady yet?
Stars: ✭ 14 (-44%)
Mutual labels:  nuxt
website
Jobguy Website
Stars: ✭ 116 (+364%)
Mutual labels:  nuxt
lumen-cms
GraphQL API-First CMS based on NodeJS and Vue 2, Nuxt and Vuetify
Stars: ✭ 77 (+208%)
Mutual labels:  nuxt
vuefes-2018
Vue Fes Japan 2018 の Web サイトのソースコードです。ナレッジ共有のために公開します
Stars: ✭ 39 (+56%)
Mutual labels:  nuxt
nuxt-cnode
基于vue的nuxt框架cnode社区服务端渲染
Stars: ✭ 20 (-20%)
Mutual labels:  nuxt
shop-store-client
网上书店商城-前端
Stars: ✭ 41 (+64%)
Mutual labels:  nuxt
vue-link
One component to link them all 🔗
Stars: ✭ 65 (+160%)
Mutual labels:  nuxt
MeetU
Application that build on Elasticsearch and Spring Boot Microservices (Synchronous Service)
Stars: ✭ 22 (-12%)
Mutual labels:  nuxt
vue-telescope-extensions
Browser extensions for Vue Telescope
Stars: ✭ 121 (+384%)
Mutual labels:  nuxt
unnue-nuxt
开媛笔记,基于nuxt ssr首屏服务器端渲染 ⚡。用于分享、记录、交流和学习,希望可以帮助到小伙伴们。同时网站在永久更新,备好鸡血,一起来战 Ooh aah!
Stars: ✭ 98 (+292%)
Mutual labels:  nuxt
serve-placeholder
♡ Smart placeholder for missing assets
Stars: ✭ 114 (+356%)
Mutual labels:  nuxt
Seiyuu.moe
A webpage searching for collaborate works between seiyuu.
Stars: ✭ 15 (-40%)
Mutual labels:  nuxt
nuxt-netlify-cms-starter
🏞 A very spartan starter for using Nuxt.js with Netlify CMS.
Stars: ✭ 67 (+168%)
Mutual labels:  nuxt
bluise
🍄 Bluise - A Nuxt.js & Netlify CMS boilerplate.
Stars: ✭ 132 (+428%)
Mutual labels:  nuxt
soussune.com
エンジニアわいわいポッドキャスト「そうっすね」
Stars: ✭ 35 (+40%)
Mutual labels:  nuxt
graphX
A simple blog based on Nuxt and graphQL
Stars: ✭ 19 (-24%)
Mutual labels:  nuxt

🎞 película

The ultimate PWA for movie night polls. 🍿

Netlify Status GitHub

Película is modern progressive web application aiming to simplify the process of selecting what to watch during the next movie night with your friends.

Self-Hosted

Perfect for tech startups who organize movie nights with the colleagues. The open source version can be hosted on-premises or public cloud/CDN providers like Firebase and Netlify for free.

The initial version will use Firebase as the realtime backend provider, but with the community help it can be backend agnostic in the future.

La Película

SaaS offering hosted by us featuring recurrent movie nights, API integrations and AI-augmented suggestions based on previous choices, genres and critic scores.

Features

  • Based on Nuxt: no need to eject, fully upgradable, modular and able to pre-render certain routes
  • Backed by and hosted on: Firebase: authentication, Firestore realtime DB and CDN
  • Backend agnostic: remove the usage of Firebase constraint and allow other realtime (deepstreamHub, Sockets.IO) and non-realtime (REST APIs, GraphQL) data sources

Firebase Setup

  1. Create a new project on Firebase Firebase.
  2. Enable Authentication, Cloud Firestore, and Hosting.
  3. Copy the .env.example to a .env file.
  4. Fill in the environmental variables with your own.
  5. Build and deploy the project.

Netlify Setup

  1. Press this button:

Deploy to Netlify

  1. Add the environmental variables from .env.example to your Netlify site dashboard under Settings > Build & deploy > Environment > Environment variables

Local Development Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn run dev

# generate static project
$ yarn run generate

For detailed explanation on how things work, checkout Nuxt.js docs.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].