Skip to content

silnshadow/angularhub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular + ASP.NET Core + SQLite Project

Overview

This project contains:

  • Frontend: Angular (with Dashboard and Stock Prices components)
  • Backend: ASP.NET Core Web API (with SQLite database)

Getting Started

Frontend

  1. Navigate to the frontend folder:
    cd frontend
    npm install
    ng serve
  2. Access the app at http://localhost:4200

Backend

  1. Navigate to the backend folder:
    cd backend
    dotnet restore
    dotnet run
  2. The API will be available at https://localhost:5001 or http://localhost:5000

Project Structure

  • frontend/: Angular app
  • backend/: ASP.NET Core Web API with SQLite

Next Steps

  • Implement API endpoints in backend for stock prices and dashboard data
  • Connect frontend to backend via HTTP services
  • Add authentication and authorization if needed

For more details, see .github/copilot-instructions.md.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published