watch-together is a simple and made with material design Watch2Gether clone. I do not came up with this idea. This is just a simple clone of a already existing project, called Watch Together. So please notice, that I am not the founder of this. This project is just for learning purposes.
You can test it on the github page or you can install it by yourself (Coming Soon). Just do the following:
Navigate to your favourite directory and clone the repository.
git clone https://github.com/FlorianWoelki/watch-together.git
After that, you need to install all necessary modules for this project.
npm install
Now you have a fully working project. You can start the project in your directory.
npm start
Navigate to your favourite directory and clone the repository.
git clone https://github.com/FlorianWoelki/watch-together.git
Now you need to build the image. Make sure that you are in the project directory.
docker build -t <username>/watch-together .
Let's run the docker container.
docker run -p 5000:5000 -d <username>/watch-together
The server is now up and running.
You just need to navigate to localhost:5000 or to your website and you are good to go!
Library | Link |
---|---|
Node JS | https://nodejs.org/en/ |
MaterializeCSS | https://materializecss.com/ |
SocketIO | https://socket.io/ |
Mocha | https://mochajs.org/ |
Chai | https://www.chaijs.com/ |
- FlorianWoelki - Initial work
This project is licensed to the MIT license.
Free Software, Hell Yeah!
- Thanks to Watch2Gether for this good practice example!
- Thanks to MaterializeCSS for this awesome framework!
- Add Vue?
- Add Dockerfile
- Add docker-compose file for database?