unlux / simple-todo-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Todo List Backend

This is a simple backend for a todo list application. It uses:

  • Zod for validation
  • Express.js as the backend framework
  • Mongoose for connecting to a MongoDB database

Getting Started

  1. Clone the repository
  2. Install the dependencies in both the frontend and backend directories:
npm install

About


Languages

Language:JavaScript 85.9%Language:CSS 10.3%Language:HTML 3.7%