Giter Site home page Giter Site logo

codesee / fanray Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rayrfan/fanray

0.0 2.0 0.0 4.09 MB

A blog built with ASP.NET Core and Vue.js

Home Page: https://www.fanray.com

License: Apache License 2.0

PLpgSQL 0.39% C# 66.84% HTML 7.65% JavaScript 4.38% CSS 20.74%

fanray's Introduction

Fanray

A simple and elegant blog.

ScreenshotsFeaturesQuick StartContributeLicense

master branch status dev branch status feature branch status

feature branch status Contributors

Screenshots

Features

Please check out the Wiki for details.

Blog Infrastructure Libs / Frameworks
Autosave draft Caching ASP.NET Core
Categories, Tags Error Handling AutoMapper
Comments (Disqus) Image Resizing Bootstrap4
Google Analytics Logging (File, Seq, ApplicationInsights) CKEditor5
Media Gallery MetaWeblog API Entity Framework Core
Open Live Writer Settings FluentValidation
Preferred Domain Storage (File System, Azure Blob Storage) HtmlAgilityPack
RSS Testing (Unit, Integration) Magick.NET
SEO-Friendly URLs Validation Moq
Shortcodes Serilog
Site Setup Vue.js
Users Vuetify.js

Quick Start

Fanray v2.0 runs on .NET Core 2.1 and SQL Server. Any of the free SQL Server editions, LocalDB, Express, Developer will be sufficient.

Clone the repo then run from either VS2017 or command line.

  • VS2017: open Fanray.sln, make sure Fan.Web is the startup project, ctrl + F5
  • Command line: do the following, then go to https://localhost:5001
cd <sln folder>
dotnet restore
cd src/Fan.Web
dotnet run

Database is created for you on app initial launch. Below is the default connection string, to adjust it go to appsettings.json

"ConnectionStrings": {
  "DefaultConnection": "Server=(localdb)\\MSSQLLocalDB;Database=Fanray;Trusted_Connection=True;MultipleActiveResultSets=true"
},

The blog setup page will show up on initial launch, simply fill the form out and create your blog.

Contribute

Fanray is in its early stages and requires support to move ahead. The simplest way to contribute is just to use the app and give feedback. If you are interested in joining the development please check out the Contributing Guide and Roadmap. Let me know what you think on twitter @fanraymedia or gitter.

Support

Thank you for your support! Your contribution will help me put more time into the project.

Buy Me A Coffee

License

Apache 2.0

fanray's People

Contributors

flyznex avatar

Watchers

James Cloos avatar Zhiyong Peng avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.