An open API service indexing awesome lists of open source software.

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

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
```