Skip to content

Latest commit

 

History

History
executable file
·
32 lines (21 loc) · 1000 Bytes

README.md

File metadata and controls

executable file
·
32 lines (21 loc) · 1000 Bytes

File Server Frontend

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

Instructions

  1. Install leiningen
  2. Install dependencies
$ git clone https://github.com/eduinlight/file-service-frontend
$ cd file-service-frontend
$ lein deps
  1. Run the server on development enviroment
$ lein figwheel

Swagger documentation

Enter to http://localhost:3449 and you will see something like this image. NOTE: use some CORS plugin for your navigator.


LICENCE