Skip to content

Full Stack appliaction built with MERN stack and Redux for state management

Notifications You must be signed in to change notification settings

yasharma2301/StoryShorts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Story Shorts

- MERN Stack social media application

forthebadge

Hosted project: https://story-shorts.netlify.app

Features:

  1. CRUD operations on posts
  2. Search for a particular post using tags/post name
  3. JWT / Google auth
  4. Check recommended posts
  5. Comment/Like on a post

Tech Stack:

  1. MongoDB
  2. Express
  3. React
  4. MongoDB
  5. Redux

Screenshots

Homepage: shory-shorts1 Details/Comments Page: story-shorts-4 Recommendation Section: story-shorts-5 Auth Page: story-shorts-3

Installation

Note that before using the command 'npm install' remove the 'package-lock.json' file. For starting development server, .env file is required with PORT(which port to run the dev server on), CONNECTION_URL(Mongo DB atlas URI) and a SECRET(any random string for hashing passwords).

git clone https://github.com/yasharma2301/StoryShorts.git
npm install
npm start

Open http://localhost:3000 to view it in the browser.

About

Full Stack appliaction built with MERN stack and Redux for state management

Resources

Stars

Watchers

Forks