Skip to content

A MERN stack platform for booking household services like electricians, carpenters, and drivers.

License

Notifications You must be signed in to change notification settings

Nayanika1402/Fix-Up

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

FixUp - Fixers and Installers Xtreme Utility Platform

FixUp is a service appointment booking platform built with the MERN stack (MongoDB, Express.js, React.js, Node.js). It allows users to book various household services like electrician, carpenter, driver, and more.

Features

  • User Authentication: Secure login and registration with JWT.
  • Service Booking: Browse and book household services.
  • Payment Integration: Secure payments via Stripe.
  • Admin Dashboard: Manage services, users, and bookings.

Technologies Used

  • Frontend: React.js
  • Backend: Node.js, Express.js
  • Database: MongoDB
  • Authentication: JWT
  • Payment Gateway: Stripe

Getting Started

Prerequisites

  • Node.js
  • MongoDB
  • npm (Node Package Manager) or Yarn

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/fixup.git
    cd fixup
  2. Install dependencies:

    cd server
    npm install
    cd ../client
    npm install
  3. Set up environment variables: Create a .env file in the server directory with the following:

    MONGO_URI=your_mongodb_uri
    JWT_SECRET=your_jwt_secret
    STRIPE_SECRET_KEY=your_stripe_secret_key
  4. Run the application:

    # Start backend server
    cd server
    npm start
    
    # Start frontend server
    cd ../client
    npm start
  5. Visit the application: Open your browser and go to https://localhost:3000

License

This project is licensed under the MIT License. LICENSE file for details.

Our Contributors ✌️

Made with contrib.rocks.

About

A MERN stack platform for booking household services like electricians, carpenters, and drivers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.9%
  • CSS 5.5%
  • HTML 0.6%