You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have developed an API using MongoDB to handle user-related functionalities such as user creation, storing tweets, comments, and handling likes. To enable users to upload tweet images, I have utilized the multer library, along with multerS3 to store the data in AWS S3. With this API, users can create their accounts, post tweets, add comments.