Skip to content

Dev-Janitors/minitwit

Repository files navigation

build

Minitwit

To start the app run docker-compose up. (Make sure the docker daemon is running)

Go to localhost:2222/swagger, to see and test the endpoints.

Backend features (checked if refactored)

  • Register
  • Login
  • Logout
  • Get public timeline
  • Get my timeline (self and followed users)
  • Get users timeline (only User's posts)
  • Post message
  • Follow/Unfollow user

Production Url

http://104.248.101.163:3001