Skip to content

little-python-note,markdown在线预览,私人笔记发布服务,借助git+typora +python fastapi 可实现笔记管理和发布

Notifications You must be signed in to change notification settings

dushitaoyuan/little-python-note

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

python note

python-note 是一个python 的markdown预览和发布小程序

工作场景:

  1. typora+git 编写 markdown
  2. python-note 发布文件

note-front 启动

cd note-front
npm install cnpm -g
cnpm install
npm run dev

访问:

http://localhost:8081/#/login

输入账户密码: dushitaoyuan/dushitaoyuan

note-backend 启动

cd note-backend

pip install -r requirements.txt
cd src/main
uvicorn web.main:app --reload --port 8080

About

little-python-note,markdown在线预览,私人笔记发布服务,借助git+typora +python fastapi 可实现笔记管理和发布

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published