patrickisgreat / benteen-screen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🎞 btsotg

YAY SAAS

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

Local Development Setup

# install dependencies
$ yarn install

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

# generate static project
$ yarn run generate
```yarn

About

License:Apache License 2.0


Languages

Language:Vue 68.2%Language:TypeScript 12.1%Language:HTML 10.9%Language:SCSS 4.0%Language:JavaScript 4.0%Language:Python 0.7%