Skip to content

Rahul-rkm/blaze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Blaze - social media

Description

A full stack social media application similar to facebook or instagram. Built using MERN stack.

  • I was trying to build a full stack blogging application similar to medium or DEV.to but in the journey I moved to built it as a social media platform.
  • Users can connect with others by making friends similar to what users do on facebook.
  • It allows users to create, like, comment on posts, make new friends etc. thus providing a complete social experiance.

Table of Contents (Optional)

Installation

  • Before running this application you must have Node Js version 16 or greater installed.

  • Clone this repository in your local machine and then go to server directory by command cd server.

  • Now run npm i to install all the dependencies.

  • Now goto the client directory and run the same above command to install dependencies.

  • Inside the client directory you should provide the backend server url in .env file. This would be like http://localhost:8008

  • To run the frontend run npm run dev

  • You should setup MongoDB cloud and provide the access URL in the .env file inside the server directory.

  • To run backend run npm start

Usage

Register

Register Page

Login

Login Page

Home Page

Home Page

Dark Mode

Dark Mode

About

A social media platform. MERN stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages