MVC framework for javascript instead of asp.net

I have to do MVC structure website for school project and I have some experience with react and next.js. We are doing it in asp.net but I am not good with C# so I want to use javascript. I tried sails js but I am having tough time with it but unfortunately it didn’t connect foreign keys in database that I need and my teacher didn’t like that. The only requirment for the project is that it has to be done in MVC structure so I want to know. Is there any way to make Next.js into MVC like structure so it will be good for the project? If not is there any good js framework with MVC structure that I can learn fast? (I have about 3-4weeks and database is already done in sql) There has to be migration to database with models. There has to be some roles so for example admin can see page in views where are all users and can edit their rights but user can’t see that page.

I tried to use sails.js but it doesn’t work as I wanted