❔ Newbie question- dotNET Core API with layered architecture with AngularJS as Frontend
I am creating an application using .NET Core with layered architecture, I have a asked to seperate Model(Entities), API, Context and Web layers AngularJS for frontend. I have created an API using N-Tier architecture before but it was so basic and there was no frontend. I am struggling to create project structure. I have created Bussiness, Data, Entities and API layers but I will need to have users upload files when registering etc. I don't know where I can keep files locally normally in a Node.js app I have two folders for backend and frontend and keep files at backend uploads folder how should I structure this project?