Skip to content

πŸ’¬ A Full-Stack MERN application which allows users to connect with people

Notifications You must be signed in to change notification settings

aviralj02/Connectify-MERN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ’­ Connectify

Connectify is a responsive Full-Stack Application using MERN Stack which allows users to connect with people. They can upload their posts, like them and can add friends to their friend list.

HomePage

βš’ Functionalities

  • Dark/Light modes.
  • Authentication.
  • Password encryption using bcrypt.
  • Session storage with redux persist.

πŸ”— Link to the Project

To visit live version, click here
Use the test user to see the authenticated version:

Email: [email protected]
Password: test

πŸ‘¨β€πŸ’» Built With

MongoDB
Express.js
React
NodeJS
Redux
MUI

Deployment

Local Setup & Installation

  • Clone the repo
$ git clone https://github.com/aviralj02/Connectify-MERN.git
  • Install NPM Packages (use both in /client and /server)
$ npm install
  • Create a .env file for server and fill up the following details
MONGO_URL=
JWT_SECRET=
PORT=
  • Run Project in localhost
$ cd client
$ npm run start

Releases

No releases published

Packages

No packages published

Languages