Skip to content

using fastapi and sqlmodel to familiarize myself with api design and implementation processes. Creating a clone of twitter

Notifications You must be signed in to change notification settings

uguronrr/twitter-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

In this project, I implemented a simple version of twitter-like backend API that includes the following endpoints

  • user authentication (register and login) using jwt

  • users (get, update, and delete)

  • tweets(get, post, delete)

  • retweets, likes, and follows

    image

    image

Here are my key takeaways from this project with the resources I used in the process:

About

using fastapi and sqlmodel to familiarize myself with api design and implementation processes. Creating a clone of twitter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published