Skip to content

This is implementation of news feed feature to mimic popular social media platforms with posts , comments , likes ..etc using python and fastAPI

Notifications You must be signed in to change notification settings

mohamedramadan14/news-feed-posts-feature

Repository files navigation

Post Feature For Feed Feature (Social Media) 🥇

Simple implementation of a social media post feature.Users can sign up and activate their account via confirmation email. They can then create posts, comment on them and like them.

High-Level Design

High-Level Design

Build Status

Static Badge Static Badge Static Badge

Monitoring with Sentry

Sentry Monitoring

Logging with Logtail

Logtail Logging

How to Run Offline

Follow these steps to run the project offline:

  1. Clone the repository:
  git clone https://github.com/mohamedramadan14/news-feed-posts-feature.git
  1. Create Virtual Environment :
   python -m venv venv

   source venv/Scripts/activate [Windows] 

   # OR 

   source venv/bin/activate     [Linux/Mac]
  1. Install Dependencies :
   pip install -r requirements.txt
  1. Run the project :
   cd socialmedia

   uvicorn main:app --reload

About

This is implementation of news feed feature to mimic popular social media platforms with posts , comments , likes ..etc using python and fastAPI

Topics

Resources

Stars

Watchers

Forks

Languages