DemonFengYuXiang/YourNovel: YourNovel-基于Golang的开源小说搜索引擎&免费小说阅读网站
2019-09-02 00:10:47
Author: github.com(查看原文)
阅读量:260
收藏
Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up
Go
CSS
HTML
Permalink
Type |
Name |
Latest commit message |
Commit time |
|
Failed to load latest commit information. |
|
.idea
|
1. 更新.gitignore文件忽略部分文件,不提交到Github
|
Sep 1, 2019
|
|
yournovel
|
1. 更新规则
|
Sep 2, 2019
|
|
.gitattributes
|
1. 更正Github对于项目分类识别的错误
|
Sep 1, 2019
|
|
.gitignore
|
1. 更新.gitignore文件忽略部分文件,不提交到Github
|
Sep 1, 2019
|
|
LICENSE
|
Initial commit
|
Sep 1, 2019
|
|
README.md
|
Update README.md
|
Sep 1, 2019
|
|
go.mod
|
1. 初始化仓库,将引擎代码提交至Github
|
Sep 1, 2019
|
|
main.go
|
1. 初始化仓库,将引擎代码提交至Github
|
Sep 1, 2019
|
起源
项目起源于Github上另外一个类似的小说搜索引擎项目 https://github.com/howie6879/owllook, 该项目给小说爱好者带来极大的福利(无广告、清爽的界面)。但是, 该项目作者貌似马上要关闭网站了, 想想自己手上有多余的服务器并且刚学完Golang, 马上行动起来使用Golang花了几天的时间开发出了这个项目。
注意: 本项目前端代码以及服务端的一些思想借鉴了owllook项目,后期可能会根据自己喜好进行修改,因此,若你看见类似的东西请不要惊讶
要求
- Go 1.12+
- Go Module 开启
- Redis
安装以及使用
Reference
YourNovel使用了以下第三方包:
- gin
- go-redis/redis
- colly
- goquery
....
YourNovel借鉴项目:
owllook
文章来源: https://github.com/DemonFengYuXiang/YourNovel
如有侵权请联系:admin#unsafe.sh