An open API service indexing awesome lists of open source software.

https://github.com/eduinlight/file-service-backend

A file server for my local PC
https://github.com/eduinlight/file-service-backend

api-rest clojure compojure-api

Last synced: 11 months ago
JSON representation

A file server for my local PC

Awesome Lists containing this project

README

          

# File Server Api

This is the File server api of the [file server frontend]('https://github.com/eduinlight/file-service-frontend').

## Instructions

1. Install [leiningen](https://leiningen.org/)
2. Install dependencies

```BASH
$ git clone https://github.com/eduinlight/file-service-backend
$ cd file-service-backend
$ lein deps
```

3. Run the server on port 4000

```BASH
$ lein ring server 4000
```

## Swagger documentation

Enter to http://localhost:4000 and you will see something like this image.

![](https://github.com/eduinlight/file-service-backend/blob/master/images/swagger.png "swagger")

---

![LICENCE](https://github.com/eduinlight/file-service-backend/blob/master/LICENSE)