A Node.js-based backend API powering the TweetTube platform (a fusion of Twitter and YouTube features), originally built as a starter backend project template.
- User authentication (signup/login)
- JWT-based authorization
- CRUD operations for posts and media
- Modular folder structure
- Express.js routing
- All youtube features included
- Node.js
- npm (or yarn)
- MongoDB
git clone https://github.com/SyncWithRaj/backend_project.git
cd backend_project
npm install
The credit goes to Hitesh Choudhary who teach this project on youtube and gave assignments to do.
I’ve rename it as TweetTube and completed all Todos Assignments given by Hitesh sir.