Did we just build a Netflix clone with Appwrite?

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • almost-netflix-project-setup

    Programatoc setup of Appwrite project for Netflix clone

  • Thanks to Appwrite server-side SDKs, we can pick any coding language and write a programmatic setup of Appwrite documents using it. I decided to pick JavaScript for this example because this language is easy to follow along and understand when reading, in my opinion. You can also find the complete source code of the project setup in this GitHub repository.

  • docker-install

    Docker installation script

  • curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • Appwrite

    Your backend, minus the hassle.

  • Appwrite is open source backend-as-a-service that abstracts all the complexity involved in building a modern application by providing you with a set of REST APIs for your core backend needs. Appwrite handles user authentication and authorization, databases, file storage, cloud functions, webhooks and much more! If there is anything missing, you can extend Appwrite using your favourite backend language.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How I use Appwrite Databases with Pinia to build my own habit tracker

    2 projects | dev.to | 14 Apr 2024
  • Exploring Appwrite: A Comprehensive Guide

    1 project | dev.to | 13 Apr 2024
  • Appwrite

    1 project | news.ycombinator.com | 6 Mar 2024
  • Why would you use Backend as a Service (BaaS)?

    5 projects | dev.to | 9 Feb 2024
  • Serverless your way: Unleashing Appwrite Function’s true potential

    4 projects | dev.to | 7 Sep 2023