Tweetly 🐦

Tweetly is a Twitter clone RESTful API made with Javascript, Express and PostgreSQL where the user can:

  1. Signup and login
  2. Create, read, update (😉) and delete tweets
  3. Comment tweets
  4. Follow and unfollow other users

Database model

Go to this website so you can see how the database is modeled with more detail. The DBMS used for this API is PostgreSQL. Database model

Work in progress 🚧

This API is still in development, so I'll be updating this README with more documentation and changes to the API as development advances.