Skip to content

A simple Todo app built with Next.js using the App Router, tRPC and Drizzle ORM.

Notifications You must be signed in to change notification settings

NikhilMandaliya/Next.js-todo

Repository files navigation

Next.js Todo App

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.

Getting Started

Prerequisites

Before you begin, ensure you have Node.js installed on your machine.

Installation

  1. Clone the repository:

    git clone https://github.com/NikhilMandaliya/Next.js-todo.git
  2. Install dependencies:

    cd Next.js-todo
    npm install
  3. Start the developement server:

    npm run dev
  4. 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.

Happy coding!

About

A simple Todo app built with Next.js using the App Router, tRPC and Drizzle ORM.

Topics

Resources

Stars

Watchers

Forks