Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/isa1asn/video-sharing-app

Video sharing app
https://github.com/isa1asn/video-sharing-app

axios expressjs mern-stack mongodb react redux-toolkit styled-components

Last synced: about 4 hours ago
JSON representation

Video sharing app

Awesome Lists containing this project

README

        

# Vidlit - video sharing app

## Vidlit is a web application that allows users to upload, watch, and share videos online. It is built with React, Node.js, MongoDB, and Firebase

## Installation

### To run Vidlit locally, you need to have Node.js and MongoDB installed on your machine

#### Clone this repository and install the dependencies

git clone https://github.com/Isa1asN/video-sharing-app.git

#### For the client

cd frontend
npm install
npm run dev

#### For the server

cd server
npm install
nodemon index.js