All Projects → linezero → Gitserver

linezero / Gitserver

Licence: mit
ASP.NET Core Git HTTP Server

Projects that are alternatives of or similar to Gitserver

XAF Security E4908
This repository contains examples for Role-based Access Control, Permission Management, and OData / Web / REST API Services for Entity Framework and XPO ORM
Stars: ✭ 47 (-52.04%)
Mutual labels:  aspnetcore, netcore, asp-net-core
Netcorecms
NetCoreCMS is a modular theme supported Content Management System developed using ASP.Net Core 2.0 MVC. Which is also usable as web application framework. This project is still under development. Please do not use before it's first release.
Stars: ✭ 165 (+68.37%)
Mutual labels:  asp-net-core, aspnetcore, netcore
Elmahcore
ELMAH for Net.Standard and Net.Core
Stars: ✭ 127 (+29.59%)
Mutual labels:  asp-net-core, aspnetcore, netcore
Simplcommerce
A simple, cross platform, modularized ecommerce system built on .NET Core
Stars: ✭ 3,474 (+3444.9%)
Mutual labels:  asp-net-core, aspnetcore, netcore
SignalR-Core-SqlTableDependency
Shows how the new SignalR Core works with hubs and sockets, also how it can integrate with SqlTableDependency API.
Stars: ✭ 36 (-63.27%)
Mutual labels:  aspnetcore, netcore, asp-net-core
grandnode2
Free, Open source, Fast, Headless, Multi-tenant eCommerce platform built with .NET Core, MongoDB, AWS DocumentDB, Azure CosmosDB, LiteDB, Vue.js.
Stars: ✭ 626 (+538.78%)
Mutual labels:  aspnetcore, netcore, asp-net-core
Formhelper
ASP.NET Core - Transform server-side validations to client-side without writing any javascript code. (Compatible with Fluent Validation)
Stars: ✭ 155 (+58.16%)
Mutual labels:  asp-net-core, aspnetcore, netcore
Awesome-Nuget-Packages
📦 A collection of awesome and top .NET packages sorted by most popular needs.
Stars: ✭ 87 (-11.22%)
Mutual labels:  aspnetcore, netcore, asp-net-core
awesome-dotnet-async
A curated list of awesome articles and resources to learning and practicing about async, threading, and channels in .Net platform. 😉
Stars: ✭ 84 (-14.29%)
Mutual labels:  aspnetcore, netcore, asp-net-core
Netcorebbs
ASP.NET Core Light forum NETCoreBBS
Stars: ✭ 483 (+392.86%)
Mutual labels:  asp-net-core, aspnetcore, netcore
Jwtsecurity
JWT Server for Asp.Net Core and Asp.Net WebAPI2
Stars: ✭ 16 (-83.67%)
Mutual labels:  asp-net-core, aspnetcore
Bing.netcore
Bing是基于 .net core 2.0 的框架,旨在提升团队的开发输出能力,由常用公共操作类(工具类、帮助类)、分层架构基类,第三方组件封装,第三方业务接口封装等组成。
Stars: ✭ 758 (+673.47%)
Mutual labels:  aspnetcore, netcore
Jpproject.identityserver4.adminui
🔧 ASP.NET Core 3 & Angular 8 Administration Panel for 💞IdentityServer4 and ASP.NET Core Identity
Stars: ✭ 717 (+631.63%)
Mutual labels:  asp-net-core, aspnetcore
Nopcommerce
The most popular open-source eCommerce shopping cart solution based on ASP.NET Core
Stars: ✭ 6,827 (+6866.33%)
Mutual labels:  asp-net-core, aspnetcore
Znetcs.aspnetcore.logging.entityframeworkcore
This is Entity Framework Core logger and logger provider. A small package to allow store logs in any data store using Entity Framework Core.
Stars: ✭ 24 (-75.51%)
Mutual labels:  asp-net-core, aspnetcore
Signalrsample
Real-time Charts with ASP.NET Core SignalR and Chart.js.
Stars: ✭ 23 (-76.53%)
Mutual labels:  asp-net-core, netcore
Csla
A home for your business logic in any .NET application.
Stars: ✭ 865 (+782.65%)
Mutual labels:  asp-net-core, aspnetcore
Litecodecore
基于asp.net Core 基础权限系统
Stars: ✭ 13 (-86.73%)
Mutual labels:  asp-net-core, aspnetcore
Restfulsense
A RESTFul operations client that serializes responses and throws meaningful exceptions for >= 400 status codes.
Stars: ✭ 28 (-71.43%)
Mutual labels:  asp-net-core, netcore
Aspnetcore Developer Roadmap
Roadmap to becoming an ASP.NET Core developer in 2021
Stars: ✭ 8,248 (+8316.33%)
Mutual labels:  asp-net-core, aspnetcore

GitServer

ASP.NET Core 开发Git HTTP Server

设置

  "GitSettings": {
    "BasePath": "D:\\Git",
    "GitPath": "git"
  }

需要先安装Git,并确保git 命令可以执行

GitPath 可以是 git 的绝对路径,如在 Windows 下:C:\\Program Files\\Git\\bin\\git.exe

功能

已完成

  • 创建仓库
  • 浏览仓库
  • git客户端push pull
  • 数据库支持 SQLite、MSSQL、MySQL
  • 支持用户管理仓库

待完成

  • 仓库工单(Issue)
  • 合并请求(Pull Request)
  • 代码评审(Code Review)
  • 在线编辑

开发

git clone https://github.com/linezero/GitServer.git

使用VS 2019 或者VS Code。

原理

git client => GitServer => git server

License

This project is under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].