Skip to content

Latest commit

 

History

History
73 lines (47 loc) · 1.19 KB

README.md

File metadata and controls

73 lines (47 loc) · 1.19 KB

COMMUNITY WEBSITE

Overview

This repository showcases a comprehensive community website tailored for both electricians and users, meticulously developed from the ground up utilizing the MERN Stack. The electrician interface mirrors the dynamics of social media, fostering a collaborative and engaging platform, while the user interface seamlessly facilitates the scheduling of electrical services with skilled professionals.

Key Features:

  • Booking
  • Social Media
  • Group Video Call
  • Real Time chat
  • Stripe Payment
  • and many more..

Live Demo

www.ElectroMingle.senjith.shop

Tech Stack

  • HTML AND CSS

  • Tailwind CSS

  • React Js

  • Node Js

  • Express Js

  • MongoDB

  • JWT for creating Token

  • Node mailer for sending OTP

Getting Started

Prerequisites

  • Node.js and npm

Installation

  1. Clone the repository:

    git clone https://github.com/SenjithP/ElectroMingle.git
  2. Install dependencies:

    cd frontend
    npm install
    
    cd backend
    npm install

Usage

Development:

  1. Start the development server:

    cd frontend
    npm run dev
    
    cd backend
    npm start

Deployment:

I used AWS for hosting the project.