Skip to content

arthamajay/Twitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐦 Twitter Clone Backend

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!


🚀 Features

  • ✅ 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

🛠️ Tech Stack

  • Node.js
  • Express.js
  • SQLite3
  • bcrypt for password hashing
  • jsonwebtoken (JWT) for authentication

📁 Folder Structure

twitter/ ├── node_modules/
├── .gitignore ├── app.js
├── app.http
├── package.json ├── package-lock.json ├── README.md

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors