An open API service indexing awesome lists of open source software.

https://github.com/dustessavdh/hergetto

A website to watch videos together
https://github.com/dustessavdh/hergetto

elixir elixir-lang elixir-phoenix phoenix phoenix-framework phoenix-liveview together video-player

Last synced: 28 days ago
JSON representation

A website to watch videos together

Awesome Lists containing this project

README

        

# Hergetto



## Hergetto stands for Together

This project was created during the lockdown.
Normally you could just go to a friends house and start watching videos together, but now you can't do that anymore.
So that's why hergetto was created!
Watch videos together from the comfort of your own room!

[![Elixir CI](https://github.com/dustessavdh/hergetto/actions/workflows/elixir.yml/badge.svg)](https://github.com/dustessavdh/hergetto/actions/workflows/elixir.yml)
[![Coverage Status](https://coveralls.io/repos/github/dustessavdh/hergetto/badge.svg)](https://coveralls.io/github/dustessavdh/hergetto)
[![Mozilla observatory](https://img.shields.io/mozilla-observatory/grade-score/hergetto.live?publish)](https://observatory.mozilla.org/analyze/hergetto.live)
[![Better Uptime Badge](https://betteruptime.com/status-badges/v1/monitor/bl3y.svg)](https://status.hergetto.live/)
[![Figma](https://img.shields.io/badge/Design-Figma-1ABCFE.svg?logo=figma)](https://www.figma.com/file/2NjbwtE7o72YfgAG32m3DU/website?node-id=2%3A190)

To start your Phoenix server:

- Install dependencies with `mix deps.get`
- Create and migrate your database with `mix ecto.setup`
- Install Node.js dependencies with `npm install` inside the `assets` directory
- Create a new file in the config folder called `config.secret.exs`, copy the contents of `config.secret.exs.example` into it, and fill in the information
- Start Phoenix endpoint with `mix phx.server`

Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.

Ready to run in production? Please [check our deployment guides](https://hexdocs.pm/phoenix/deployment.html).