Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 886 Bytes

README.md

File metadata and controls

39 lines (23 loc) · 886 Bytes

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!