https://github.com/ga1az/next-drizzle-turso-authjs-shadcn-hono
stack: next, drizzle, turso, authjs, shadcn and hono
https://github.com/ga1az/next-drizzle-turso-authjs-shadcn-hono
drizzle hono next nextjs shadcn turso
Last synced: about 2 months ago
JSON representation
stack: next, drizzle, turso, authjs, shadcn and hono
- Host: GitHub
- URL: https://github.com/ga1az/next-drizzle-turso-authjs-shadcn-hono
- Owner: ga1az
- Created: 2024-06-12T03:01:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-06T03:03:01.000Z (over 1 year ago)
- Last Synced: 2024-12-23T00:54:08.045Z (10 months ago)
- Topics: drizzle, hono, next, nextjs, shadcn, turso
- Language: TypeScript
- Homepage:
- Size: 85.9 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Template nextjs
Stack: Next.js, TypeScript, TailwindCSS, Shadcn, Drizzle, Turso, Authjs, Hono
if you want to use the server actions, just delete the folders:
- `/server`
- `/app/api/[[...route]]]`and create the `/actions` folder instead
## Getting Started
> Complete the .env file with the necessary information
```bash
# Install dependencies
bun i# Run the development database https://docs.turso.tech/local-development (only in development)
bun dev:db:turso# Run the drizzle generator
bun db:generate# Run the migrations
bun db:migrate# Run the development server
bun dev
```