Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 1.01 KB

README.md

File metadata and controls

54 lines (35 loc) · 1.01 KB

Social Media Platform

Introduction

  • Created a Social Media Platform (Example like Redit / Medium) to interact with each other through Posts

Features

  • Can Publish a Post.
  • View all Posts of all the user.
  • Created a separate npm Package.
  • Signup and Signin Features using jwt tokens
  • Uses mysql as a database.

Installation

After clonning the project :

cd backend
npm i
cd frontend
npm i
cd common
npm i

Demo

  • To signup, visit the SignUp page for first time user.

  • If you already signed up the go the SignIn page.

  • If you are logged in then you can visit the Blogs page.

Login Signup Pages

Login_SignupPages

All Posts

All Posts

Publishing Posts

Publishing Post

Individual Post

Individual Post