This is the File server api of the file server frontend.
- Install leiningen
- Install dependencies
$ git clone https://github.com/eduinlight/file-service-backend
$ cd file-service-backend
$ lein deps
- Run the server on port 4000
$ lein ring server 4000
Enter to http://localhost:4000 and you will see something like this image.