A web application to view, edit and delete the posts and users
Create .env.local in the root folder and add the following information
VITE_API_BASE_URL=http://localhost:4000/api
Install live-in-homes-admin project
git clone https://github.com/nageshwar521/live-in-homes-admin.git
cd live-in-homes-admin
npm install
npm run dev