latitude-dev / sample-netflix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Netflix sample project

This is a project showcasing how to use the Latitude Framework. Latitude provides a set of tools to help developers build data apps on top of any database or data warehouse using just SQL and HTML.

Demo

You can find a live demo of this project at the following URL: Live Demo →

Developing

To start developing in this project, first ensure you have Node.js >= 18 installed. Then, install the Latitude CLI:

npm install -g @latitude-data/cli

After cloning the repository, navigate to its folder and run the following command to spin up the dev server:

latitude dev

This will start the server in development mode, and you can access the application at http://localhost:3000.

Documentation

To find more about how to use Latitude, refer to the main repository.

About


Languages

Language:HTML 85.2%Language:Dockerfile 14.8%