Coder Social home page Coder Social logo

clip-master's Introduction

clip-master

Overview

clip-master is an application that offers REST APIs for managing video files, including features for uploading, trimming, merging, and sharing videos.

Getting Started

These instructions will help you set up the project on your local machine for development and testing purposes.

Prerequisites

  • Node.js (v18 or higher)
  • Yarn (v1.22 or higher)

Features

  • User Authentication
  • Admin Management
  • Video Upload
  • Video Trimming
  • Video Merging
  • Video Download

Technologies Used

  • Node.js
  • Express.js
  • TypeScript
  • SQLite (via Prisma ORM)
  • fluent-ffmpeg for video processing
  • Swagger for API Documentation

Installation

  1. Clone the repository:

    git clone https://github.com/probablyarth/clip-master.git
    cd clip-master
  2. Install the dependencies:

    yarn
  3. Set up the database:

    npx prisma migrate dev
  4. Copy environment variables to .env:

    cp .env.example .env

Running the Application

  1. Start the development server:

    yarn dev
  2. The server will be running on http://localhost:8000.

Linting:

To run the linter:  

```bash
yarn lint    
```

Running tests:

  1. To run the test suite:

    yarn test

Building for Production

  1. Build the application:

    yarn build
  2. Start the production server:

    yarn start

API Documentation

The API documentation is available via Swagger UI. You can access it at: https://app.swaggerhub.com/apis/BINODLABS/clip_master/1.0.0

LICENSE

This project is licensed under the MIT License. See the LICENSE file for details.

clip-master's People

Contributors

probablyarth avatar

Stargazers

 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.