Topic: Full Stack Web Application Demo
Malathi free asked 3 years ago
want to build an academic related project with the following facilities- sign in, register, sign in with 3rd party tools, two roles- with admin template, user template for front end using material design bootstrap, forms with crud operations, data table and with validations. Back end in C# with generic repository pattern. I am not able to integrate all of these concepts together. Can i get some guidance on this.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Opened
Specification of the issue
- ForumUser: Free
- Premium support: No
- Technology: MDB Vue
- MDB Version: MDB5 1.4.0
- Device: Laptop, Desktop
- Browser: Google Chrome
- OS: Windows
- Provided sample code: No
- Provided link: No
Mikołaj Smoleński staff commented 3 years ago
For Full Stack App tools at this moment we recommend: - Vue CLI as a front-end framework - ASP.NET as a back-end framework
We have this integration in our roadmap for Q1 2022. For this moment I recommend using this tutorial: https://docs.microsoft.com/en-us/visualstudio/javascript/tutorial-asp-net-core-with-vue?view=vs-2022
Also, I recommend to use the following features of Vue-CLI in such application: - Vuex (for state managent) - Router - SCSS - Vue 3 Composition API - MDB5 Vue UI KIT (pro version)
Keep coding, Mikołaj from MDB