Median is a full-stack application clone of Medium. It is an online platform where readers can find diverse stories, ideas and can share their prospectives on any topic. Our application incorporating React and Redux on the frontend with Flask, Python and SQLAlchemy on the backend.
Live site: https://median-a8pe.onrender.com/team
- Create a new account
- Log in
- Sign out
- Demo user
- View user profile
- View followers of a User
- View all, specific story, and user stories
- Create a story
- Edit a story
- Delete a story
- View all comments on a specific story
- Create a comment for a specific story
- Edit a comment
- Delete a comment
- View like count of a specific story
- Like a story
- View all followers/followings of a user
- Follow/unfollow a user
You will be able to test the features without signing up by clicking on the "Demo User" button.
Once logged-in, you can see all your stories, your followers and your followings on the profile page by clicking the profile button. You can also edit and delete your stories.
- We would like to add the Topics/Categories feature
- We would like to add the Search Bar feature
- We would like to add the Bookmarks feature