公開測試
note
BlogBlogBlog 官方網址:https://search.noefly.cc
自此文章發布起,BlogBlogBlog 正式部署,並且可以訪問測試了!
|
|
| :---------------------------------------------------------------------: |
| 搜尋頁面,搜尋關鍵字「BlogBlogBlog」 |
目前只有實做基礎的搜尋功能,收錄的部落格也只有我自己的網站(NeEd),至於未來要如何審核部落格,我還在考慮中,歡迎各位來信討論 w@noefly.cc!
同時,原始碼專案倉庫也在 GitLab 上轉為公開了!歡迎各位一起改進此搜尋!
施工中
還是一樣更新一下目前的開發進度(~~雖然從上次公開資訊後就沒有再更新了......~~)
前端
tip
專案資訊
- 專案連結:blogblogblog/frontend
- 使用技術:Vue、Nuxt
- 頁面
- [x] 首頁(
/) - [x] 搜尋(
/search?q=) - [ ] 文檔(
/docs) - [ ] 關於(
/about)
- [x] 首頁(
- 功能
- [x] 搜尋功能
- [ ] 部落格收錄申請(還在思考要怎麼處理中)
- [ ] 文章索引申請(同上,還在思考)
後端
tip
- 專案連結:blogblogblog/backend
- 使用技術:Express、Prisma、rss-parser
- [x] 資料庫
- [x] 搜尋 API(
/search/:query) - [x] 爬蟲 API(
/crawl/:id) - [ ] 資料管理界面