/FixitFastRepairs-Project

A mock phone repair business website built with Vue.js and Express.js. Features include viewing phone repair prices, account creation, booking appointments, a ticketing system, and an admin dashboard for management of bookings and ticket statuses.

Primary LanguageVue

Fixit Fast Repairs

Installation

Vue3:

cd client
npm install

Express API:

cd server
npm install

Running the app:

cd client
npm run dev

cd server
node server.js