DEV Community

Cover image for Home Service Full-stack app using NestJs, Next.js, React Query TailwindCSS & Prisma
Said MOUNAIM
Said MOUNAIM

Posted on

Home Service Full-stack app using NestJs, Next.js, React Query TailwindCSS & Prisma

Home-Service App

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.

screenshot

Getting Started

Clone the repository: git clone https://github.com/saidMounaim/home-service.git
Install 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:

For the frontend:

npm run dev
Enter fullscreen mode Exit fullscreen mode

For the backend:

npm run start:dev
Enter fullscreen mode Exit fullscreen mode

Built With

Contribution

All kind of contributions are welcome, please feel free to submit pull requests.

Top comments (0)