Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/max-programming/drizzle-nextjs


https://github.com/max-programming/drizzle-nextjs

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

## Using Drizzle ORM With Next.js App Router

[![YouTube](http://i.ytimg.com/vi/SxuPB-04Tdw/hqdefault.jpg)](https://www.youtube.com/watch?v=w-SxuPB-04Tdw)

This is the code for the tutorial [**How to use Drizzle ORM in Next.js App Router | Explained with project**](https://youtu.be/SxuPB-04Tdw).

This branch contains the starter code.

For the final code, check out the [`final`](https://github.com/max-programming/drizzle-nextjs/tree/final) branch.

## How to use

1. Clone this repository
2. Install the dependencies by running `npm install`
3. Create a `.env` file and add your DATABASE_URL
4. Run the development server by running `npm run dev`