Skip to content

timmyy123/todolist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TODO List App

A simple TODO list application with Angular frontend and .NET Web API backend.

Prerequisites

  • Node.js (latest)
  • .NET 10 SDK
  • npm

Backend Setup

cd backend/backend
dotnet restore
dotnet dev-certs https --trust
dotnet run

Backend runs on:

Frontend Setup

cd frontend
npm install
ng serve

Frontend runs on: http://localhost:4200

Usage

  1. Start backend first
  2. Start frontend
  3. Open http://localhost:4200
  4. Add, view, and delete todos

API Endpoints

  • GET /api/todos - List all todos
  • POST /api/todos - Create todo
  • DELETE /api/todos/{id} - Delete todo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published