Giter Site home page Giter Site logo

pujan-sarkar / fix-up Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rio-repository/fix-up

0.0 0.0 0.0 127.35 MB

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

License: MIT License

JavaScript 93.91% CSS 5.52% HTML 0.57%

fix-up's Introduction

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 http://localhost:3000

License

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

Our Contributors ✌️

Made with contrib.rocks.

fix-up's People

Contributors

pujan-sarkar avatar nayanika1402 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.