Skip to content

suraj946/videotube-server

Repository files navigation

VideoTube Server

Welcome to VideoTube Server, the backend for your video streaming application.

Getting Started

Prerequisites

  1. Setup MongoDB : You can use MongoDB Atlas or any other MongoDB instance.
  2. Obtain MongoDB Connection URI.

Setup Environment Variables

  1. Create a .env file in the root directory of the project.
  2. Open sample.env and copy its contents to .env.
  3. Set values for the environment variables in the .env file, including the MongoDB connection URI.

To Start The Server

Run the following commands in your terminal:

npm install
npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published