Skip to content

bynikesh/findmyai

Repository files navigation

FindMyAI

A full-stack AI Finder website.

Tech Stack

  • Backend: Node.js, Fastify, TypeScript, Prisma, PostgreSQL
  • Frontend: React, Vite, TypeScript, TailwindCSS
  • Monorepo: npm workspaces

Prerequisites

  • Node.js (v18+)
  • npm (v9+)
  • PostgreSQL

Setup

  1. Install dependencies:

    npm install
  2. Environment Variables:

    Create a .env file in backend/ based on your configuration:

    DATABASE_URL="postgresql://user:password@localhost:5432/findmyai?schema=public"
  3. Database Migration:

    npm run migrate --workspace=backend

Development

Start both backend and frontend in development mode:

npm run dev

Build

Build both workspaces:

npm run build

About

AI tools Directory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages