Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 405 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 405 Bytes

Fixer Finder

Fixer Finder is a web application that allows users to book appointments with service providers. The application is built with React, Node.js, Express, and Postgresql.

Installation

Install the project with npm or yarn. Clone the repository

  git clone 

Setup the backend

  cd server
  npm install

Setup the frontend

  cd client
  npm install