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

https://github.com/narayan954/streaming-app


https://github.com/narayan954/streaming-app

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Video Streaming Application

This is a video streaming application built with the MERN stack using TypeScript. The application allows users to upload, view, and manage videos.

## Getting Started

To get started with the application, follow these steps:

1. Clone the repository to your local machine.
2. Navigate to the `frontend` folder and run `npm install` to install the frontend dependencies.
3. Navigate to the `backend` folder and run `npm install` to install the backend dependencies.
4. Navigate to the `frontend` folder and run `npm run dev` to start the frontend server.
5. Navigate to the `backend` folder and run `npm start` to start the backend server.
6. Navigate to `http://localhost:3000` in your browser to view the application.