# ferdi-server Unofficial Franz server replacement for use with the Ferdi Client. ## Features - [x] User registration and login - [x] Service creation, download and listing - [ ] 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