Hello. I need some help in creating a solution that resembles clean architecture. I want to create a visual studio project with one central solution & in that solution i want it to have 3 folders which are backend, frontend and database. In the backend folder i want to create a new ASP.NET Core Web API project that uses controllers for creating APIs and the frontend folder to have a React application. How do I achieve this? I tried to ChatGPT this & I was thrown in the deep end. I couldn't figure it out. you might ask, why don't you use the clean architecture template. i am a beginner don't know how to navigate that solution and do separation of concerns at that level. please help