mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-01 01:25:39 +00:00
implement API, init data distribution features #1
This commit is contained in:
parent
536ead0441
commit
0a8f1ecf56
17 changed files with 647 additions and 27 deletions
10
README.md
10
README.md
|
|
@ -36,6 +36,7 @@ sphinxsearch
|
|||
* Deploy the database using [MySQL Workbench](https://www.mysql.com/products/workbench) project presented in the `/database` folder
|
||||
* Install [Sphinx Search Server](https://sphinxsearch.com)
|
||||
* Configuration examples presented at `/config` folder
|
||||
* Make sure `/src/api` folder writable
|
||||
* Set up the `/src/crontab` by following [example](https://github.com/YGGverse/YGGtracker/blob/main/example/environment/crontab)
|
||||
|
||||
#### Contribute
|
||||
|
|
@ -100,7 +101,14 @@ git checkout -b my-pr-branch-name
|
|||
+ [x] Sitemap
|
||||
+ [x] RSS
|
||||
+ [x] Moderation
|
||||
+ [ ] Federative API
|
||||
+ [x] API
|
||||
+ [x] Manifest
|
||||
+ [x] Users
|
||||
+ [x] Magnets
|
||||
+ [x] Downloads
|
||||
+ [x] Comments
|
||||
+ [x] Stars
|
||||
+ [x] Views
|
||||
|
||||
#### Donate to contributors
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue