Need Tips and Recommendations on migrating a project from ASP.NET MVC to DRF.
On the company i work for, we mostly use DRF, but there is this one project, written on .net mvc, that no one dares to touch anymore, the plan is to migrate the project, it is sort of small. The site Its a webapp, that serves a tool for business to hire new people, and helps managing the process of hiring someone. We used to use it only for ourselves but we are planning to sell the solution to the public.
The site on .Net is gonna continue to be up (which no one uses anymore), and we are gonna be migrating to DFR on another completely different server, we are gonna be testing until its done then we are gonna take down the .Net server.
Somehow I got stuck as a tech leader even when i'm nothing of the sort, and I have to lead my team on migrating the app. Which is something i have never done before tbh. So that's why i come to you all, to give me some tips on how to approach this move, what would you recommend to start with?? I don' t want to make this more complicated than it should. Like should i start with models or matching controllers to views ... im so open to hear your opinions and tips.