Skip to content

ize-302/twitter-clone-api

Repository files navigation

Twitter clone API 🐦

A tiny app implementing twitter core feature

Tech Stack

Database Structure / Relationships 💾

Alt text(https://drawsql.app/teams/team-ize/diagrams/twitter-clone-db)

How to run 🏃

  • Clone the repo
  • Run npm install to install dependencies
  • Create a .env file with content from env.example
  • Run npm run start:dev to run in development mode
  • This usually runs on port 3000 unless otherwise stated

Todos

  • Refresh token implementation
  • Timeline feed
  • Fetch user's tweets, replies, liked tweets
  • Retweet feature

API Documentation

API Documentation on Postman

Releases

No releases published

Packages

No packages published