Skip to content

marialobillo/fixer-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

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