Skip to content

Latest commit

 

History

History
68 lines (44 loc) · 1.76 KB

README.md

File metadata and controls

68 lines (44 loc) · 1.76 KB

fruits_learning

个人项目,学编程并实现了一些自己需要的功能。项目是用wagtail创建的。

Personal project. Learning stuff, implemented some features I need to use myself. project created with wagtail.


info_collector app

定期从一些信息源(InfoSource)抓取信息,使用到:

regularly crawl content from InfoSource, using:

API:

django-rest-framework

前端使用ReactJS显示,用到

frontend implemented with:


feed reader app

集成了django-feed-reader,用React重写了前端的代码。

integrated django-feed-reader, frontend written with ReactJS.


stocks app

一些自用的股票投资功能,包括配对交易记账,公开账户等等。主要用到:

some stocks features I need myself, including pair transaction, public accounts, etc. It's mainly built with: