Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/max-programming/drizzle-nextjs
https://github.com/max-programming/drizzle-nextjs
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/max-programming/drizzle-nextjs
- Owner: max-programming
- Created: 2024-08-11T13:57:09.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-13T19:32:40.000Z (3 months ago)
- Last Synced: 2024-08-13T22:46:37.529Z (3 months ago)
- Language: TypeScript
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`