Skip to content

Joshuapavan/DotNet_Angular_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Full Stack Application with Angular and .NET

This is a full-stack application built with Angular 20 frontend and .NET 8 backend.

Project Structure

Angular And DotNet/
├── Angular/
│   └── SimpleClient/    # Angular frontend application
└── DotNet/
    └── SimpleAPI/       # .NET backend API

Backend Setup (.NET)

  1. Navigate to the SimpleAPI directory:
cd DotNet/SimpleAPI
  1. Restore dependencies:
dotnet restore
  1. Run the application:
dotnet run

The API will be available at https://localhost:5000

Frontend Setup (Angular)

  1. Navigate to the SimpleClient directory:
cd Angular/SimpleClient
  1. Install dependencies:
npm install --legacy-peer-deps
  1. Start the development server:
ng serve

The application will be available at http://localhost:4200

Development Tools Required

  • .NET SDK 8.0 or later
  • Node.js 18.x or later
  • Angular CLI 20.0.2
  • A code editor (VS Code recommended)

Database

The application uses SQLite as its database, which is file-based and requires no additional setup.

License

This project is licensed under the MIT License.

About

This is a full-stack application built with Angular 20 frontend and .NET 8 backend.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published