KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
koa-blog
★ 14
Open GitHub ↗
a blog demo for koa
Download README (.md)
Explore Similar Repositories
CCCountDownButton
:
CountDownButton, The button to get VerifyCode(倒计时按钮,用于获取验证码)
BinderPoolDemo
:
实现AIDL接口的Binder连接池
opencore-vo-amrwbenc-iOS
:
AMR build vo-amrwbenc iOS
MLexp
:
This Contains Algorithms and codes for NLP, CV and deep learning basics and some advanced concepts
testVoice
:
讯飞语音识别集成demo
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
koa-blog
?
Download (.md)
## koa-blog 基于koa.js的一个blog demo,采用MVC的方式组织代码,主要功能是对mongodb数据库的CURD操作。利用koa提供的generator写法可以很轻松地解决异步回调问题,避免层层嵌套使代码一目了然。 ## 运行方式 1. 打开mongodb数据库 2. 安装依赖项 ```sh npm install ``` 3. 运行 ```sh node app ``` 然后打开浏览器:localhost:3000