How should I structure my Angular, .NET 8 (Microservices), and SQL Server project?
Hello everyone,
I am working on a project with Angular for the frontend(vscode), .NET 8 for the backend(visual studio), and SQL Server as the database. The general architecture follows MVC, while the backend is designed as microservices.
I would like to know how to properly organize the project structure (folders/files) to implement this architecture correctly. How should I structure my backend, frontend, and database layers to follow best practices?
Any guidance or examples would be greatly appreciated! Thanks in advance.
0 Replies