https://github.com/mdtanvirahamedshanto/youtube-backend-nodejs
this a youtube backend with nodejs express mongodb
https://github.com/mdtanvirahamedshanto/youtube-backend-nodejs
backend express mdtanvirahamedshanto mongodb nodejs youtube-backend
Last synced: 2 months ago
JSON representation
this a youtube backend with nodejs express mongodb
- Host: GitHub
- URL: https://github.com/mdtanvirahamedshanto/youtube-backend-nodejs
- Owner: mdtanvirahamedshanto
- Created: 2024-06-02T05:35:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-02T16:11:55.000Z (over 1 year ago)
- Last Synced: 2025-03-26T03:18:37.438Z (7 months ago)
- Topics: backend, express, mdtanvirahamedshanto, mongodb, nodejs, youtube-backend
- Language: JavaScript
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# YouTube Backend
This is the backend component of a YouTube-like application. It provides the necessary APIs and services to support video uploading, user authentication, and video management.
## Features
- User authentication: Users can create accounts, log in, and manage their profiles.
- Video uploading: Users can upload videos, including title, description, and tags.
- Video management: Users can view, edit, and delete their own videos.
- Search functionality: Users can search for videos based on title, description, or tags.
- User subscriptions: Users can subscribe to other users and receive notifications for new videos.## Technologies Used
- Node.js: Backend runtime environment.
- Express.js: Web application framework.
- MongoDB: Database for storing user and video data.
- JWT: JSON Web Tokens for user authentication.
- AWS S3: Cloud storage for video uploads.
- Docker: Containerization for easy deployment.## Getting Started
1. Clone the repository: `git clone https://github.com/mdtanvirahamedshanto/youtube-backend-nodejs.git`
2. Install dependencies: `npm install`
3. Set up environment variables: Create a `.env` file and configure the necessary variables (e.g., database connection string, AWS S3 credentials).
4. Start the server: `npm start`## API Documentation
For detailed API documentation, please refer to the [API Documentation](./docs/api.md) file.
## Contributing
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
## License
This project is licensed under the [MIT License](./LICENSE).