Giter Site home page Giter Site logo

mywebsite's Introduction

个人网站

环境依赖

  • Linux/Windows/Mac
  • dotnet-sdk-2.0.0
  • MySQL5.7

调试部署

调试说明:appsettings.json文件请自行添加,格式如下:

{
  "ConnectionStrings": {
    "DefaultConnection": "server=<Database IP>;port=<Database Port>;database=MyWebSite;
    user=<UserID>;password=<Password>"
  },
  "Logging": {
    "IncludeScopes": false,
    "LogLevel": {
      "Default": "Warning"
    }
  },
  "PrivateInfo": {
    "InfoDic": {
      //电话归属地私密信息
      "TokenMobileApi": "<聚合数据Token>",
      //百度私密信息
      "TokenBaiduApi": "<百度统计Token>",
      "UserNameBaiduApi": "<百度统计用户名>",
      "PasswordBaiduApi": "<百度统计密码>"
    }
  }
}

具体可以参考我的系列文章:  

目录结构描述

├── wwwroot                     // 网站根目录
│   ├── App                     // 应用逻辑
│   ├── css                     // 网站样式
│   ├── dist                    // 打包部署
│   ├── images                  // 图片
│   ├── js                      // JavaScript
│   └── lib                     // 第三方库
├── Areas                       // Areas
├── Controllers                 // Controllers
├── Core                        // 通用代码逻辑
├── Datas                       // 数据配置
├── Extensions                  // 扩展逻辑
├── Migrations                  // EF数据迁移
├── Models                      // Models
├── Resources                   // 资源文件
├── Services                    // 服务类
├── ViewModels                  // ViewModels
├── Views                       // Views
│   └── Shared                  // 公共视图
├── appsettings.json            // 应用程序配置
├── bundleconfig.json           // 打包配置
├── Startup.cs                  // 启动入口
└── Readme.md                   // help

V1.0.0 版本

  • 后台管理
    • 用户管理
    • 角色管理
    • 菜单管理

V1.0.1 版本

  • 工具箱
    • API模拟
    • 网站分析

V1.0.2 版本

  • 我的博客
  • 博主信息
  • 我的随笔

V1.0.3 版本

  • 切换部署环境(CentOS)
  • 切换数据库(MySQL)

mywebsite's People

Contributors

lizzie2008 avatar

Stargazers

 avatar  avatar  avatar  avatar fishyue avatar LearnMore avatar sopcce avatar  avatar  avatar  avatar  avatar SkyYI avatar qiubin avatar Leon Wang avatar  avatar  avatar PanPan avatar  avatar  avatar H丶star avatar wangbg avatar Riddly avatar  avatar  avatar  avatar Chen, Shifeng avatar Quentin avatar jiangshuai avatar

Watchers

James Cloos avatar  avatar jiangshuai avatar  avatar  avatar Shiming Ge avatar Danvic Wang avatar

mywebsite's Issues

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.