Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Swastika-IO/Swastika-IO-Core
✔ [ SIOC ] Swastika I/O Core is an all in one platform (e.g CMS, eCommerce, Forum, Q&A, CRM...) ASP.NET Core / Dotnet Core System based on SIOH Framework.
https://github.com/Swastika-IO/Swastika-IO-Core
asp asp-net-core asp-net-core-mvc blazor blog blog-engine cms dot-net-core dot-net-core-cms dotnet-core dotnet-core-blog dotnet-core-cms dotnet-standard dotnetcore ms-sql-server net-core-cms signalr sqlserver swastika web-api-2
Last synced: about 1 month ago
JSON representation
✔ [ SIOC ] Swastika I/O Core is an all in one platform (e.g CMS, eCommerce, Forum, Q&A, CRM...) ASP.NET Core / Dotnet Core System based on SIOH Framework.
- Host: GitHub
- URL: https://github.com/Swastika-IO/Swastika-IO-Core
- Owner: Swastika-IO
- License: mit
- Created: 2017-03-13T10:10:55.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-09-14T05:26:08.000Z (about 2 years ago)
- Last Synced: 2024-07-31T05:06:33.398Z (5 months ago)
- Topics: asp, asp-net-core, asp-net-core-mvc, blazor, blog, blog-engine, cms, dot-net-core, dot-net-core-cms, dotnet-core, dotnet-core-blog, dotnet-core-cms, dotnet-standard, dotnetcore, ms-sql-server, net-core-cms, signalr, sqlserver, swastika, web-api-2
- Language: C#
- Homepage: https://www.swastika.io
- Size: 306 MB
- Stars: 135
- Watchers: 26
- Forks: 58
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- fucking-awesome-dotnet-core - Swastika I/O Core CMS - Open source ASP.NET Core 2.x CMS. It currently supports MS SQL and planned to implement MSSQL, SQLite in the near future. It has many built-in features out of the box like multilanguage support, theme, template... (Frameworks, Libraries and Tools / CMS)
- awesome-dotnet-core - Swastika I/O Core CMS - 基于SIOH框架的ASP.NET Core / Dotnet核心系统(例如CMS,电子商务,论坛,问题解答,CRM ...) (框架, 库和工具 / 内容管理系统CMS)
- awesome-dotnet-core - Swastika I/O Core CMS - Open source ASP.NET Core 2.x CMS. It currently supports MS SQL and planned to implement MSSQL, SQLite in the near future. It has many built-in features out of the box like multilanguage support, theme, template... (Frameworks, Libraries and Tools / CMS)
- awesome-dotnet-core - Swastika I/O Core CMS - Open source ASP.NET Core 2.x CMS. It currently supports MS SQL and planned to implement MSSQL, SQLite in the near future. It has many built-in features out of the box like multilanguage support, theme, template... (Frameworks, Libraries and Tools / CMS)
README
# Swastika I/O
### If you have any concern about the brand, you may considering to switch to [Mixcore CMS](https://www.mixcore.org).
![Swastika I/O CMS](https://github.com/mixcore/mix.core/blob/master/assets/mixcore.png?raw=true "What is Swastika I/O CMS?")
# Tutorials
- Demo: http://dev.swastika.io
- Docs: https://docs.swastika.io
- Youtube: https://www.youtube.com/channel/UChqzh6JnC8HBUSQ9AWIcZAw# GITs clone
```
mkdir siocore
cd siocoregit clone https://github.com/Swastika-IO/sio.heart.git
git clone https://github.com/Swastika-IO/sio.identity.git
git clone https://github.com/Swastika-IO/sio.core.git
```# Build & Run
```
cd sio.core/src/Sio.Cms.Webnpm install
gulp build
dotnet restore
dotnet bundle
dotnet build
dotnet run
```> Note: If you facing any System.Data.SqlClient.SqlException error, please replace all content inside "appsettings.json" file with "{}".
# UI:
- **Default template:**
![Swastika I/O CMS default template with Now UI Pro](https://github.com/mixcore/mix.core/blob/master/assets/front-end.jpg?raw=true "Swastika I/O CMS default template with Now UI Pro")
- **Admin Portal:**
![Swastika I/O Admin Portal Bootstrap 4.x](https://github.com/mixcore/mix.core/blob/master/assets/admin-portal.jpg?raw=true "Swastika I/O CMS Admin Portal Bootstrap 4")