Skip to content

MITHU9/home-repair-services

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Name: Home Repair Services

Technology used:

  • React
  • JavaScript
  • TailwindCSS
  • NodeJs
  • Express
  • MongoDB

Features

  • User can login and signin with jwt token.
  • User can see all the services without login.
  • User can add a new service with login.
  • User can update a service with login.
  • User can booked a service with login.
  • User can see his booked services with login.
  • User can see his services which customer booked and can change the status with login.

Service sharing Web Application.

To run this application in local machine all u have to do

First clone this application and run npm i then setup database and run the below command.

for backend: npm run backend

for frontend: npm run dev