All Projects → Yangzhedi → myBlog

Yangzhedi / myBlog

Licence: other
💊personal website: FE:React;BE:Django

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to myBlog

react-redux-observables-boilerplate
Starter kit for React with Router, Redux, Observable + RxJS
Stars: ✭ 89 (+242.31%)
Mutual labels:  react-router
FlipED
A LMS built specifically for Thailand's Education 4.0 system.
Stars: ✭ 24 (-7.69%)
Mutual labels:  react-router
smoothr
A custom React router that leverages the Web Animations API and CSS animations.
Stars: ✭ 28 (+7.69%)
Mutual labels:  react-router
OpenBook-E-Commerce
An e-commerce progressive web application, built with mern stack. It has features like product buy, order management by admin, payment gateway, cart, checkout and lot more.
Stars: ✭ 53 (+103.85%)
Mutual labels:  react-router
Socialgram
Clone of Facebook with limited features
Stars: ✭ 15 (-42.31%)
Mutual labels:  react-router
timeoff-server
TimeOff is an application that allows companies' employees to set vacations before they begin taking their time off. Implemented in modern tech stack i.e. Node, Express, MongoDB.
Stars: ✭ 33 (+26.92%)
Mutual labels:  react-router
boring-router
A type-safe MobX router with parallel routing support.
Stars: ✭ 74 (+184.62%)
Mutual labels:  react-router
chatty
A React single-page-application alternative client for the shacknews chatty.
Stars: ✭ 27 (+3.85%)
Mutual labels:  react-router
HealthCare-Insurance-Ethereum
Medical insurance claiming DApp which uses a Multi-Sig type approach to grant claim (ConsenSys project)
Stars: ✭ 65 (+150%)
Mutual labels:  react-router
NetStatus
Internet speed & offline status monitor. Upload, download, ping, latency dashboard display
Stars: ✭ 93 (+257.69%)
Mutual labels:  react-router
amazon-ivs-chime-web-demo
A demo web application intended as an educational tool for demonstrating how to load and play Amazon IVS streams alongside the Amazon Chime SDK.
Stars: ✭ 35 (+34.62%)
Mutual labels:  react-router
react-router
React Router kütüphanesi Türkçe çeviri
Stars: ✭ 87 (+234.62%)
Mutual labels:  react-router
react-douban
豆瓣电影-react版本
Stars: ✭ 45 (+73.08%)
Mutual labels:  react-router
react-ssr-spa
Server side rendered single page app using reactjs official libraries.
Stars: ✭ 30 (+15.38%)
Mutual labels:  react-router
Gitzilla
A resume builder for your GitHub profile.
Stars: ✭ 60 (+130.77%)
Mutual labels:  react-router
react-theme
Production ready Wordpress theme built with React, Redux, Redux-Thunk, Intl, React Router v4, etc... and packaged by Webpack 2. Enjoy!
Stars: ✭ 14 (-46.15%)
Mutual labels:  react-router
auth-with-saga-example
code for https://medium.com/@stepankuzmin/authentication-with-react-router-redux-5-x-and-redux-saga-55da66b54be7
Stars: ✭ 14 (-46.15%)
Mutual labels:  react-router
GOSH-FHIRworks2020-React-Dashboard
🩺 Fully Responsive FHIR Dashboard written using @reactjs for NHS and GOSH hackathon
Stars: ✭ 21 (-19.23%)
Mutual labels:  react-router
cra-redux-boilerplate
⚛️🔨create-react-app application with redux and another cool libraries to make your life easier.
Stars: ✭ 15 (-42.31%)
Mutual labels:  react-router
glific-frontend
Frontend for the Glific platform
Stars: ✭ 18 (-30.77%)
Mutual labels:  react-router

yangzhedi.com网站源码

ENV ENV ENV ENV

yzd的个人网站:www.yangzhedi.com

一个前端React后端Django的简易网站模版, blog功能和股票爬虫功能已经大体实现,其余功能还在更新中。

更新日记

  • 2016.10.30 网站上线,并托管在github上,Yangzhedi/myBlog,前后端分离,前端选用React框架,后端采用Django框架,数据库是django框架自带数据库。可以实现后台生成博客,ajax读取博客数据,并在前端展示。
  • 2016.11.2 增加了博客的单页展示
  • 2016.11.20 增加了博客的tags标签模块。
  • 2016.12.1 增加了前端的分页功能,将想要获取的页数,通过GET请求发送给后台,后台返回该页数据。
  • 2016.12.4 分页button的样式修改完成。
  • 2016.12.14 blog内容实现富文本编辑
  • 2016.1.25 下载功能实现。
  • 2016.1.26 网站总体路由由React-router实现
  • 2016.1.31 爬去股票数据并下载功能实现,只支持2017第一季度的爬取和下载。
  • 2016.2.11 前端代码改写ES6,清除部分es5残留代码
  • 2016.2.12 blog内容放弃富文本,改用markdown格式,单页页面过滤规则实现。
  • 2016.2.23 股票爬取loading过渡完成。
  • 2016.2.27 股票爬取提供在线预览功能。

安装方法

git clone https://github.com/Yangzhedi/myBlog

cd blog/static/js 运行 npm install 安装依赖

(如果没有webpack)请npm install -g webpack 全局安装webpack

webpack --watch 生成bundle.js监听前端代码编译,

后端安装一些必须的模块之后,在根目录的命令行中,

python manage.py makemigrations 之后 python manage.py migrate 更新下数据库

python manage.py runserver 开启服务器(默认是8000端口)。

python manage.py createsuperuser 建立管理员之后,127.0.0.1:8000/admin即可进入后台,

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