aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 9a7d01b85c2b1116b686cb425322696f1ceec089 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# ferdi-server
Unofficial Franz server replacement for use with the Ferdi Client.

⚠️ Currently not to be used publicly/productively as there are no validations etc. yet.

## Features
- [x] User registration and login
- [x] Service creation, download and listing
- [x] Workspace support
- [ ] Service removing
- [ ] Functioning service store

## Setup
1. Clone this repository
2. Install the [AdonisJS CLI](https://adonisjs.com/)
3. Run the database migrations with
    ```js
    adonis migration:run
    ```
4. Start the server with
    ```js
    adonis serve --dev
    ```

## License
ferdi-server is licensed under the MIT License