Skip to content

Latest commit

 

History

History
executable file
·
30 lines (19 loc) · 694 Bytes

README.md

File metadata and controls

executable file
·
30 lines (19 loc) · 694 Bytes

File Server Api

This is the File server api of the file server frontend.

Instructions

  1. Install leiningen
  2. Install dependencies
$ git clone https://github.com/eduinlight/file-service-backend
$ cd file-service-backend
$ lein deps
  1. Run the server on port 4000
$ lein ring server 4000

Swagger documentation

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


LICENCE