Skip to content

AmitVerma-01/backend

Repository files navigation

Youtube like backend

Description

A complete backend which provided service like youtube.

User authentication.

Add video, delete video, update video, like, comment, tweet(community post) and etc.

Technologies Used

Installation

  1. Clone the repository: git clone https://github.com/your-username/project-name.git
  2. Install dependencies: npm install
  3. Set up environment variables (if necessary):
    • Copy the .env.example file to .env and fill in the required values.
  4. Start the server: npm start

Technologies

  • "bcrypt": "^5.1.1",
  • "cloudinary": "^2.4.0",
  • "cookie-parser": "^1.4.6",
  • "cors": "^2.8.5",
  • "dotenv": "^16.4.5",
  • "express": "^4.19.2",
  • "jsonwebtoken": "^9.0.2",
  • "mongoose": "^8.5.4",
  • "mongoose-aggregate-paginate-v2": "^1.1.2",
  • "multer": "^1.4.5-lts.1"

Usage

  1. Make a request to the API endpoint.
  2. Receive a response with the desired data.

About

revision backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published