Codific mvc567

mvc567 is a high performance, open-source ASP.NET Core-based web application platform. It provides CMS functionality to its users.

View the Project on GitHub codific/mvc567

Development Environment

The mvc567 platform requires an ordinary ASP.NET Core project environment which includes the following SDKs, IDE, and packages:

.NET Core

.NET Core is a cross-platform version of .NET for building websites, services, and console apps. The preferable version must is .NET Core 2.2 and can be downloaded from the following link: .NET Core 2.2. You must download and install the .NET Core SDK which is compatible with your IDE. In case you use Visual Studio as an IDE you can use its integrated auto SDK installation.

SQL Server

Microsoft SQL Server is a relational database management system developed by Microsoft. For the purpose of development, you can use SQL Server Express which is a lightweight version. The database might be installed by using the following link: SQL Server Express. In addition, you can improve your development experience by using SQL Server Management Studio which is software for managing the databases created by the platform. It might be downloaded from the link: SQL Server Management Studio.

Node.js & npm

Node.js is an open-source, cross-platform, JavaScript run-time environment that executes JavaScript code outside of a browser. Npm is a package manager for the JavaScript programming language. It is the default package manager for the JavaScript runtime environment Node.js. In the platform, it is used for all JavaScript and SASS tasks. Both packages can be installed from the link: Node.js.

IDE (preferable Visual Studio)

Microsoft Visual Studio is an integrated development environment from Microsoft. It is used to develop computer programs, as well as websites, web apps, web services, and mobile apps. Download link.