Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 496 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 496 Bytes

Vue 3 + GraphQL Todo App

Overview

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.

Setup

Frontend

  1. Navigate to the frontend directory:

    cd frontend
    npm install
    npm run dev
    
  2. Navigate to the backend directory:

 cd backend
 npm install
 node src/index.js

3. This project is licensed under the MIT License.