Reservation Program Project
Used to manage hotel reservations
Using npm to install dependencies
install node_modules in client and server folders
cd server
npm install
cd ..
cd client
npm installcd server
npm run dev
cd ..
cd client
npm run devGo to http://localhost:5173/ to view the app