Skip to content

eduinlight/file-service-frontend

Repository files navigation

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