14
Sep
Home-Service app built with NestJS, Next.js 14, Tailwind CSS, Prisma, and NextAuth. Features include user sign-up, sign-in, browsing services, adding and deleting services, filtering options, and booking appointments. Open to contributions during development. Getting Started Clone the repository: git clone https://github.com/saidMounaim/home-service.gitInstall dependencies: For the frontend: cd frontend npm install Enter fullscreen mode Exit fullscreen mode For the backend: cd backend npm install Enter fullscreen mode Exit fullscreen mode Create a .env file for each folder: Frontend (.env): API_URL="" Enter fullscreen mode Exit fullscreen mode Backend (.env): DATABASE_URL="" CLD_CLOUD_NAME="" CLD_API_KEY="" CLD_API_SECRET="" Enter fullscreen mode Exit fullscreen mode Start the development servers:…