TWITEE API

This is a Backend API twitter clone, where you can regsiter, login, logout,make Twits and like twits, and also comment and like comments.

There is no front-end currently for the app, its a purely a backend app.

At the end of this websites URL attach:

  • /api/v1/auth for auth routes.
  • /api/v1/twit for posts routes.
  • /api/v1/comment for friends routes.
  • for more detailed documentation click here

    *NOTE: when you make use of the api docs link above, anytime you receive a token in the response body, click on

    authorize at the top-right corner and paste it in the value field, also keep in mind the user and posts you create are stored.

    Made by MOA-CODES