A simple Todo application built with:
Clone this repository:
git clone <repository-url>
cd Svelte-tRPC-Drizzle-Neon
Install dependencies:
pnpm install
Set up your Neon Postgres database:
Update the .env
file with your database connection string:
DATABASE_URL="postgres://user:password@your-neon-host/dbname"
Push the database schema:
pnpm db:push
Start the development server:
pnpm dev
Open your browser and navigate to http://localhost:5173
/src/lib/server/db
- Database schema and configuration/src/lib/server/trpc
- tRPC router and context/src/lib/components
- Reusable UI components/src/routes
- SvelteKit routes