Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/isa1asn/video-sharing-app
- Owner: Isa1asN
- Created: 2023-09-12T18:42:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-27T15:06:00.000Z (10 months ago)
- Last Synced: 2024-01-28T16:03:59.245Z (10 months ago)
- Topics: axios, expressjs, mern-stack, mongodb, react, redux-toolkit, styled-components
- Language: JavaScript
- Homepage:
- Size: 11.1 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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