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.
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