/Medio

Primary LanguagePython

Medio

Medio is a clone of the existing site Medium, an application where users can post and share stories/articles with the rest of the world.

live site is currently suspended until I have funds to support it!

Wiki Links

Technologies Used

JavaScript HTML5 CSS3 React Redux NodeJS Flask Postgres Python Render

Application Setup

  1. Clone the full Repo.
  2. Navigate to the root folder and use the terminal command pipenv install to install all backend dependencies.
  3. Navigate to the react-app folder and use the terminal command npm install to install all front end dependencies.
  4. Run the backend server with pipenv run flask run.
  5. Run the frontend server with npm start.

Splash Page

This is the Medio home page.

Screen Shot 2023-01-29 at 6 18 52 PM

Stories

This is where users can create a new story.

Screen Shot 2023-01-29 at 6 23 22 PM

Comments

This is where users can create a new comment.

Screen Shot 2023-01-29 at 6 23 50 PM

Follows

This is where users can follow other users.

Screen Shot 2023-01-29 at 6 24 25 PM

Future Features

  • Comment Likes
  • Search Bar
  • Topics/Categories
  • Bookmarked/Saved stories