
Gityapper
codegityap This project was created with BetterTStack, a modern TypeScript stack that combines React, TanStack Router, Hono, TRPC, and more. Features TypeScript For type safety and improved developer experience TanStack Router Filebased routing with full type safety TailwindCSS Utilityfirst CSS for rapid UI development shadcn/ui Reusable UI components Hono Lightweight, performant server framework tRPC Endtoend typesafe APIs Bun Runtime environment Drizzle TypeScriptfirst ORM PostgreSQL Database engine Turborepo Optimized monorepo build system Biome Linting and formatting Getting Started First, install the dependencies: Database Setup This project uses PostgreSQL with Drizzle ORM. 1. Make sure you have a PostgreSQL database set up. 2. Update your file with your PostgreSQL connection details. 3. Apply the schema to your database: Then, run the development server: Open in your browser to see the web application. The API is running at . Git Hooks and Formatting Format and lint fix: Project Structure Available Scripts : Start all applications in development mode : Build all applications : Start only the web application : Start only the server : Check TypeScript types across all apps : Push schema changes to database : Generate database client/types : Run database migrations : Open database studio UI : Run Biome formatting and linting



