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
Copy file name to clipboardExpand all lines: README.md
+8-35Lines changed: 8 additions & 35 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,18 @@
1
-
# Simple Social
1
+
# Simple Social Frontend
2
2
3
-
A full-stack social media application offering a unified platform for sharing images and videos. The project is built using a modern **FastAPI** backend and a **Streamlit** frontend, featuring secure user authentication and media management via ImageKit.
3
+
A Streamlit frontend application offering a unified platform for sharing images and videos. This is the UI client for the Simple Social application, featuring user authentication, media upload via ImageKit, and a dynamic social feed.
4
4
5
5
## Features
6
6
7
-
-**User Authentication**: concise and secure signup/login/logout flow using JWT (JSON Web Tokens) backed by `fastapi-users`.
8
-
-**Media Upload**: Support for image and video uploads with cloud storage integration using **ImageKit.io**.
9
-
-**Social Feed**: Real-time feed displaying posts from all users with timestamps and owner details.
10
-
-**Interactive UI**: A responsive, clean interface built with Streamlit.
11
-
-**Database**: SQLite with asynchronous SQLAlchemy for efficient data handling.
7
+
-**User Authentication**: JWT-based signup and login flows communicating with a remote backend.
8
+
-**Media Upload**: Support for image and video uploads directly integrated via the backend.
9
+
-**Social Feed**: Real-time feed displaying posts from all users with timestamps and captions.
10
+
-**Interactive UI**: A responsive, clean interface built entirely with Streamlit.
0 commit comments