Skip to content

PaluDG/Notes-WebApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Notes App (.NET + Angular)

Prerequisites

  • .NET SDK 8
  • Node.js (LTS) and npm
  • Angular CLI (npm i -g @angular/cli)

Backend (API)

Location: backend/NotesApi

Install packages (first time only):

dotnet restore

Run:

dotnet run

The API will start on a random port (shown in console). Swagger is available at /swagger.

Frontend (Angular)

Location: frontend/notes-app

Install dependencies (first time only):

npm install

Start dev server:

npm start

Open http://localhost:4200.

Configuring API URL

The Angular app uses http://localhost:5200/api/notes by default. If your API runs on a different port, update src/app/services/notes.service.ts baseUrl accordingly.

About

A Notes web app made with .NET and Angular

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published