This repository is designed to collaborate in the development process of the .Net Nicaragua Community Blog. The project was created using Orchard Core, if you know about it or you want learn lets join us to community. Use the menu links to jump between sections. All of the code is under the src directory and free to use and contribute to.
This application was created using Orchard Core
Orchard Core version 1.6.0
Net 7
MS SQL Server
Follow these steps for run the project.
Step 1:
Download or clone this repo by using the link below:
https://github.com/dotnetnicaragua/BlogNetNicaragua.git
Step 2:
Run the project:
dotnet run --project ./src/BlogNetNicaragua.Web/BlogNetNicaragua.Web.csproj
Here is the folder structure we have been using in this project:
|- src
|- BlogNetNicaragua.Web
|- Modules
|- BlogModule
|- Themes
|- Blog.Theme
Now, let's dive into the src folder which has the main code for the project:
1. BlogNetNicaragua.Web - Main project of Orchard Core
2. Modules - Contains all the modules that we are using in the project
3. Themes - Define the theme that we are using in the project
Happy Coding!
✌️