Development prerequisites
The prerequisites are separated into two development and evironment requirements.
Development requirements
- C# as the main development language.
- ASP.NET core blazor as main development Back-End and Front-End framework
- CSS & Sass as stylesheet
- Entity Framework Core as ORM to communicate with the database
- ASP.NET Identity with JWT supporting for handling Authentication
- Swagger as OpenId for APi Documentation
Environment requirements
-
Microsoft Visual Studio 2022 - Preview Version 17.4.0 or higher with the following workloads and extention
- ASP.NET and web development
- Net Multi-Platform App UI development
- nodejs
- Web Compiler 2022+
- Microsoft SQL Server Developer edition Or change the EntityFramework DBContext database provide to make it work with your preferred database (find it in the Database section)