Git Product home page Git Product logo

livewall's Introduction

Livewall

ย 

Livewall backend assesment

๐Ÿšง Livewall backend assesment ๐Ÿš€ Under construction... ๐Ÿšง

About ย  | ย  Features ย  | ย  Technologies ย  | ย  Requirements ย  | ย  Starting ย  | ย  License ย  | ย  Author


๐ŸŽฏ About

The criteria for this project is to create an application that can be used to trim video and view the trimmed video. The complete list can be found in the Criteria file.

โœจ Features

โ˜‘๏ธ Trim video
โ˜‘๏ธ View trimmed video
โ˜‘๏ธ Download trimmed video
โ˜‘๏ธ Save data on MongoDB
โ˜‘๏ธ Download trimmed file
โ—ป๏ธ Unit tests

๐Ÿš€ Technologies

The following tools were used in this project:

โœ… Requirements

Before starting ๐Ÿ, you need to have Git , Node and Docker installed.

โ— Important

FFMPEG is not included in the project. You need to install it manually. You can find the instructions on the website of FFMPEG.

If u decide to run the project on your local machine, using docker this will be installed for u on the docker file

๐Ÿ Starting

Important: Before starting, you need to have a .env file with the following variables:

  • MONGO_URI: Your MongoDB URI

this file needs to be located in the backend folder.

๐Ÿ‹ docker

build and start the container

# Clone the project
git clone https://github.com/ertugrul013/Livewall.git

cd ./livewall

# frontend
cd ./frontend
docker build -t livewallfrontend:dev .
docker run -p 3000:3000 -d livewallfrontend:dev

# backend
cd ./backend
docker build -t livewallbackend:dev .
docker run -p 8080:8080 -d livewallbackend:dev

๐Ÿก local

When running the project on your local machine, you need to install FFMPEG manually.

Windows:
This wikihow link helped me setting it up on windows

# Install FFMPEG
https://ffmpeg.org/download.html

Debain:

# Install FFMPEG
sudo apt-get install ffmpeg

Mac:

# Install FFMPEG
brew install ffmpeg

If there are any problems with the installation, please open an issue on the Github repository

๐Ÿ“ License

This project is under license from MIT. For more details, see the LICENSE file.

Made with โค๏ธ by Eddie yesil

ย 

Back to top

livewall's People

Contributors

ertugrul013 avatar

Stargazers

Allen Jones avatar

Watchers

 avatar

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.