This is a full-featured backend for a Twitter Clone built with Node.js, Express, SQLite, JWT Authentication, and bcrypt. It supports user registration, login, viewing tweets, likes, replies, and more!
- ✅ User registration and login
- 🔐 JWT-based secure authentication
- 📥 Follow/unfollow functionality
- 📝 Post, view, and delete tweets
- ❤️ View likes on tweets
- 💬 View replies to tweets
- 📊 Follower and following details
- RESTful APIs using Express
- Node.js
- Express.js
- SQLite3
- bcrypt for password hashing
- jsonwebtoken (JWT) for authentication
twitter/
├── node_modules/
├── .gitignore
├── app.js
├── app.http
├── package.json
├── package-lock.json
├── README.md