All Projects → MNie → FSharpNetCoreWebApiTemplate

MNie / FSharpNetCoreWebApiTemplate

Licence: Apache-2.0 license
F# .net core web api template

Programming Languages

F#
602 projects
shell
77523 projects

Projects that are alternatives of or similar to FSharpNetCoreWebApiTemplate

aspnet-core-web-api-using-odata
Demo application of my speech 'Add OData Support to Your Asp.Net Core Web Api' at Dotnet Konf İstanbul. http://dotnetkonf.com/
Stars: ✭ 28 (+64.71%)
Mutual labels:  dotnetcore, webapi
Awesome Cms Core
Awesome CMS Core is an open source CMS built using ASP.Net Core & ReactJS with module seperation concern in mind and provide lastest trend of technology like .Net Core, React, Webpack, SASS, Background Job, Message Queue.
Stars: ✭ 352 (+1970.59%)
Mutual labels:  dotnetcore, webapi
GPONMonitor
GPON Monitoring tool for Dasan Networks GPON OLTs
Stars: ✭ 26 (+52.94%)
Mutual labels:  dotnetcore, webapi
Fasthttpapi
a lightweight and high-performance http/websocket service component in the dotnet core platform that supports TLS.
Stars: ✭ 554 (+3158.82%)
Mutual labels:  dotnetcore, webapi
Event Sourcing Castanha
An Event Sourcing service template with DDD, TDD and SOLID. It has High Cohesion and Loose Coupling, it's a good start for your next Microservice application.
Stars: ✭ 68 (+300%)
Mutual labels:  dotnetcore, webapi
Urf.core
Unit of Work & Repositories Framework - .NET Core, NET Standard, Entity Framework Core. 100% extensible & lightweight. Live demo: https://goo.gl/QpJVgd
Stars: ✭ 226 (+1229.41%)
Mutual labels:  dotnetcore, webapi
Beef
Business Entity Execution Framework
Stars: ✭ 95 (+458.82%)
Mutual labels:  dotnetcore, webapi
Weapsy
ASP.NET Core CMS
Stars: ✭ 748 (+4300%)
Mutual labels:  dotnetcore, webapi
Furion
Make .NET development easier, more versatile, and more popular.
Stars: ✭ 902 (+5205.88%)
Mutual labels:  dotnetcore, webapi
Dotnetlabs
.NET Labs -- Show Me the Tips and Tricks and Code
Stars: ✭ 135 (+694.12%)
Mutual labels:  dotnetcore, webapi
rabbitmq-labs
The source code for my RabbitMQ tutorials.
Stars: ✭ 45 (+164.71%)
Mutual labels:  dotnetcore, webapi
saule
JSON API library for ASP.Net Web API 2.
Stars: ✭ 74 (+335.29%)
Mutual labels:  webapi
PugetSound
PugetSound allows you and your group to enjoy music together using Spotify.
Stars: ✭ 52 (+205.88%)
Mutual labels:  dotnetcore
lin-cms-vue
🔆A simple and practical CMS implemented by Vue 增加CMS博客模块
Stars: ✭ 46 (+170.59%)
Mutual labels:  dotnetcore
Vortice.Vulkan
Cross platform .NET bindings for Vulkan, VMA, SPIRV-Cross and shaderc
Stars: ✭ 172 (+911.76%)
Mutual labels:  dotnetcore
Meerkat.Security
RBAC library for .NET MVC and WebAPI projects
Stars: ✭ 21 (+23.53%)
Mutual labels:  webapi
TraceHub
Centralized and distributed logging for Web applications and services, extending System.Diagnostics and Essential.Diagnostics, providing structured tracing and logging withou needing to change 1 line of your application codes
Stars: ✭ 22 (+29.41%)
Mutual labels:  webapi
Tars.Csharp
[give up] 所有内容现已在 https://github.com/TarsNET 重新开始
Stars: ✭ 24 (+41.18%)
Mutual labels:  dotnetcore
dotnetify-react-demo
DotNetify-React demo using create-react-app + Node.JS + .NET Core
Stars: ✭ 22 (+29.41%)
Mutual labels:  dotnetcore
ClickHouseMigrator
Help to migrate data to ClickHouse, create database and table auto.
Stars: ✭ 58 (+241.18%)
Mutual labels:  dotnetcore

NuGet Badge Build Status

F# ASP.NET Core Web Api Template

How to use it?

  • fork and download repository
  • install template as a .net core template from nuget
  • install template as a .net core template locally

How to install it as a template from nuget?

  • run dotnet new -i WebAPI.FSharp.Template::*
  • create new project executing dotnet new webapi -lang F# -n PROJECT_NAME -o FOLDER_NAME

How to install it as a template locally?

  • download repository
  • run command dotnet new -i PATH*, where PATH is a path to a folder where project is located
  • create new project executing dotnet new webapi -lang F# -n PROJECT_NAME -o FOLDER_NAME
  • dotnet restore
  • dotnet run or dotnet watch run

How it works?

  • dotnet run dotnet run
  • dotnet watch run dotnet watch run

If you want to extend this template, or create more complex one based on this, don't hold back :)

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].