Skip to content

ram8528/VideoTube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VideoTube Backend

This is the backend for the VideoTube application, a platform for users to upload, view, and interact with videos. This backend is built using Node.js, Express, and MongoDB.

Table of Contents

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/videotube-backend.git
    cd videotube-backend
    
    Install dependencies:
    

Set up environment variables: npm install

Create a .env file in the root directory and add the following variables: PORT=3000 MONGODB_URI=mongodb://localhost:27017/videotube JWT_SECRET=your_jwt_secret

Start the server: npm start

About

A full end to end backend code for youtube like complex high graded software. Developed with the help of MongoDb, NodeJs, Express and React. It would be really a very long project and hopefully completing in 45Days.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors