nestjs

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

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

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:…
Read More
Open-Source Website Directory System AigoTools, Deploy Your Website Directory Site with One Click!

Open-Source Website Directory System AigoTools, Deploy Your Website Directory Site with One Click!

I have open-sourced a website directory system on GitHub that can automatically generate website information — AigoTools. By simply inputting the address of the websites to be included, the system can automatically take screenshots of the websites, crawl the website information, and process this information through a llm model. With this system, you can easily deploy a navigation site with 10,000+ URLs. GitHub: https://github.com/someu/aigotools AigoTools is an open-source template for a navigation website. In addition to basic site management functions, it can automatically collect site information,... youtube.com Core Features Site Management Automatic Site Information Collection User Management (Clerk) Internationalization Dark/Light…
Read More
Migrando Microservicios de NestJS con TypeScript a Go: Una Semana de Descubrimientos

Migrando Microservicios de NestJS con TypeScript a Go: Una Semana de Descubrimientos

Migrando Microservicios de NestJS con TypeScript a Go: Una Semana de Descubrimientos En la última semana, me he sumergido en el mundo de Go con el objetivo de migrar nuestros microservicios desarrollados en NestJS con TypeScript. Esta travesía ha sido un ejercicio intenso de desaprender ciertos paradigmas y adoptar otros, comprendiendo las diferencias fundamentales entre estos dos ecosistemas de desarrollo. Nuestra Arquitectura en NestJS En nuestro stack con NestJS, manejamos microservicios conectados a bases de datos PostgreSQL y Redis. Implementamos diversas estrategias de comunicación entre microservicios: Comunicación por Eventos: Utilizamos Pub/Sub para suscripciones y tópicos que permiten la comunicación asíncrona…
Read More
Generating replies using Langchain multiple chains and Gemini in NestJS

Generating replies using Langchain multiple chains and Gemini in NestJS

Introduction In this blog post, I demonstrated how to generate replies with multiple Langchain chains. Buyers can provide ratings and comments on sales transactions in auction sites such as eBay. When the feedback is negative, the seller must reply promptly to resolve the dispute. This demo aims to generate responses in the same language of the buyer according to the the tone (positive, neutral or negative) and topics. Previous chains obtain answers from the Gemini model and become the next chain's output. Similarly, the model receives the new prompt to generate the final reply to keep customers happy. Generate Gemini…
Read More
No widgets found. Go to Widget page and add the widget in Offcanvas Sidebar Widget Area.