https://github.com/narayan954/streaming-app
https://github.com/narayan954/streaming-app
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/narayan954/streaming-app
- Owner: narayan954
- Created: 2023-10-18T17:30:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-05T07:17:15.000Z (over 1 year ago)
- Last Synced: 2025-01-18T10:17:22.327Z (4 months ago)
- Language: TypeScript
- Size: 11.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.