Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.34 KB

File metadata and controls

32 lines (26 loc) · 1.34 KB

Twitter API with fastAPI

GitHub repo size

Content

  1. Forms
  2. Cookies and headers management
  3. Files edition
  4. Status codes
  5. HTTPExceptions
  6. Docstrings or documentation
  7. Deprecate code
  8. Models of users and tweets
  9. Path operations structures
  10. Manage users and tweets information with:
    • Post (Register/Login a user)
    • Get (All users/tweets or especific user/tweet)
    • Put (Update a user/tweet)
    • Delete (A user or a tweet)

Description

This is an API that tries to emulate the behaviour of Twitter´s backend using fastAPI on Python


Python logo FastAPI logo

GitHub Repo stars GitHub followers

From a course of 💚Platzi💚