Skip to content

kingsleytagbo/dotnet-core-multi-tenant-mvc-3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.NET Core Multi Tenant CMS

A Multi-Tenant .NET Core (3.x) project that speeds up the design, code & launch for features needed by business apps or websites like pages, forms, administrative & management user interfaces (UI) for manging your data, users and business processes.

Framework

Currently built with .NET Core, JavaScript, Jquery & Bootstrap 4.5

Roadmap

  • Pages
  • User Management
  • Data Access
  • Roles & Permissions Management
  • Authentication & Authorization
  • Searching
  • Sorting
  • Filtering
  • Adding, Editing & Deleting of One Item
  • Bulk Editing & Deleting
  • Forms
  • Workflows
  • Blogs
  • Apis & Remote / Cloud Data Access

User Management - Add, Edit, Delete, List

User Admin Home Page

User Admin Home Page #1

Pages

Home Page

Home Page #1

HTML Layout

HTML Layout #1

Style Guide

...

Contributions

You can checkin code using COMMON GIT COMMMANDS like: git add --all git commit -am "CRUD" git push

Credits

Kingsley Tagbo is the author of this project and he reserves all rights for it and any contributions.

License

This project, repository and all the accopamying code or ideas are licensed under the GNU Affero General Public License v3.0 GNU AGPLv3, You are permitted to use this work provided you make available the complete source code of licensed works and modifications, which include larger works using a licensed work, under the same license. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights. When a modified version is used to provide a service over a network, the complete source code of the modified version must be made available.

How To Build ASP.NET CORE (3.1) Multi Tenant CMS Website

.NET CORE 3.1, C#, ASP.NET MVC, LINQ, JQUERY, JavaScript, HTML5, CSS3

STEPS - CRUD

Step 1

Step #1

STEPS - SETUP

Step 1

Step #1

Step 2

Step #2

Step 3

Step #3

Step 4

Step #4

Step 5

Step #5

Download Minified & Compiled Bootstrap 4.5

https://getbootstrap.com/docs/4.5/getting-started/download/

GIT COMMANDS

git init

git add --all

git commit -am "asp.net mvc core launch project"

git pull https://github.com/kingsleytagbo/dotnet-core-mvc-3.git --allow-unrelated-histories

git push --set-upstream origin master

git push origin master