This repository contains a simple Todo app built with Next.js using the App Router, tRPC for type-safe APIs, and Drizzle ORM for database interactions. Ideal for demonstrating modern web development practices with a focus on performance and scalability.
Before you begin, ensure you have Node.js installed on your machine.
-
Clone the repository:
git clone https://github.com/NikhilMandaliya/Next.js-todo.git
-
Install dependencies:
cd Next.js-todo npm install
-
Start the developement server:
npm run dev
-
The API should now be running on
http://localhost:3000
This project was create to understand Next.js with trpc integration while leveraging Drizzle for database interactions.