This repository contains a Todo application built with Vue 3, TypeScript, Vite, Tailwind CSS for the frontend, and Node.js, Express, Apollo Server, and MongoDB for the backend.
-
Navigate to the frontend directory:
cd frontend npm install npm run dev
-
Navigate to the backend directory:
cd backend
npm install
node src/index.js
3. This project is licensed under the MIT License.