This is To-do app backend. Getting Started First, install dependancies using: npm install run the development server: npm run dev # or yarn dev # or pnpm dev # or bun dev All the apis are available at [http://localhost:3030]