Giter Site home page Giter Site logo

srgmc / wacho Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 1.0 7.47 MB

Wacho lets you and your friends create collaborative lists with movies you want to watch. Then, when you get together, let us choose what to watch.

Home Page: https://wacho.party

License: GNU General Public License v3.0

JavaScript 59.33% Dockerfile 0.27% HTML 39.38% CSS 1.03%

wacho's Introduction

Wacho lets you and your friends create collaborative lists with movies you want to watch. Then, when you get together, let us choose what to watch.
https://wacho.party


Buy Me a Coffee ☕️

wacho.party is getting shut down

Wacho was a project I built for me and my friends to keep track of what movies to watch.

It was really fun to create but having seen the metrics of the service, it's expensive to run for so little use.

However, this is not the end for wacho. You can checkout the code repository and the guide on how to selfhost it yourself.

If you need access to your data, please, send me a message at wacho at galisteo.me with the Watch Party IDs.

Installation

Wacho can be deployed using Docker or fly.io.

Requirements

Before running/installing, you'll need:

Docker

First, build the image:

docker build -t srgmc/wacho .

Then change the environment variables inside the .env.example file and rename it to .env.

Finally, run the image:

docker run --name wacho --env-file .env -v $(pwd)/db.sqlite:/usr/src/app/db.sqlite -p 8000:8000 -d srgmc/wacho

fly.io

First, create an account on fly.io. Don't forget to install flyctl.

Then, create a Postgres database on fly.io: Postgres on Fly.

Once you have created the database, create the app on Fly

flyctl launch

attach the database to the app

flyctl postgres attach --app wacho --postgres-app <postgres-app-name>

and deploy the app:

flyctl deploy

How to build/run?

API

Simply run node index.js to serve the API and the UI. Don't forget to npm install before running the server.

UI

Every time you make a change to the UI (inside web/), run node build.js to generate the web files for the app.

License

Copyright (C) 2021 Álvaro Galisteo

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.

wacho's People

Contributors

alvarogalisteo avatar imgbotapp avatar snyk-bot avatar srgmc avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

alvarogalisteo

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.