Skip to content

JoelDeonDsouza/SocialApp-FullStack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀Social App (Full Stack)

Connect with friends, family, and like-minded individuals on social media app. Share moments, thoughts, and experiences through posts, photos.

MERN Full Stack app

Experience the power of a MERN full stack app, where cutting-edge technologies seamlessly come together. With MongoDB as the database, Express.js for server-side development, React for dynamic front-end interfaces, and Node.js as the runtime environment, this app offers a comprehensive solution for building robust and scalable web applications.

Tech Stack

Client: React, Redux.

Server: Node, Express, MongoDB.

Deploy Server

Documentation

Node.js

Please note to add your MongoDB URL to .env file before running the server.

Installation Run Locally

Clone the project

  git clone   https://github.com/JoelDeonDsouza/SocialApp-FullStack.git

Go to the project directory

  cd server

Install dependencies

  npm install

Start the server

  npm start

Client side app Screenshots

App Screenshot App Screenshot App Screenshot App Screenshot App Screenshot

Run Locally Client side app

Go to the project directory

  cd SocialApp-FullStack

Install dependencies

  npm install

Start the server

  npm  start