aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar vantezzen <properly@protonmail.com>2019-08-23 10:37:10 +0200
committerLibravatar vantezzen <properly@protonmail.com>2019-08-23 10:37:10 +0200
commit8e961f575c67a9944a05a9f19f87d1b44e8f8f91 (patch)
tree5b283aa6b02d270f4b1370c5a8b73c305ba55928
parentUse UUID instead of number for service id (diff)
parentAdd features list (diff)
downloadferdium-server-8e961f575c67a9944a05a9f19f87d1b44e8f8f91.tar.gz
ferdium-server-8e961f575c67a9944a05a9f19f87d1b44e8f8f91.tar.zst
ferdium-server-8e961f575c67a9944a05a9f19f87d1b44e8f8f91.zip
Merge branch 'master' of https://github.com/vantezzen/ferdi-server
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index 75cbd15..440b402 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,13 @@
1# ferdi-server 1# ferdi-server
2Unofficial Franz server replacement for use with the Ferdi Client. 2Unofficial Franz server replacement for use with the Ferdi Client.
3 3
4## Features
5- [x] User registration
6- [ ] User login (not yet functional)
7- [x] Service creation, download and listing
8- [ ] Service removing
9- [ ] Functioning service store
10
4## Setup 11## Setup
51. Clone this repository 121. Clone this repository
62. Install the [AdonisJS CLI](https://adonisjs.com/) 132. Install the [AdonisJS CLI](https://adonisjs.com/)
@@ -14,4 +21,4 @@ Unofficial Franz server replacement for use with the Ferdi Client.
14 ``` 21 ```
15 22
16## License 23## License
17ferdi-server is licensed under the MIT License \ No newline at end of file 24ferdi-server is licensed under the MIT License