Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eduinlight/file-service-frontend
A file server for my local PC
https://github.com/eduinlight/file-service-frontend
clojure clojurescript figwheel leiningen less
Last synced: 4 days ago
JSON representation
A file server for my local PC
- Host: GitHub
- URL: https://github.com/eduinlight/file-service-frontend
- Owner: eduinlight
- License: epl-1.0
- Created: 2019-03-08T00:28:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-04T22:51:20.000Z (almost 5 years ago)
- Last Synced: 2024-11-17T06:36:16.970Z (2 months ago)
- Topics: clojure, clojurescript, figwheel, leiningen, less
- Language: CSS
- Homepage:
- Size: 1.28 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# File Server Frontend
This is the File server frontend of the [file server api]('https://github.com/eduinlight/file-service-backend').
## Instructions
1. Install [leiningen](https://leiningen.org/)
2. Install dependencies```BASH
$ git clone https://github.com/eduinlight/file-service-frontend
$ cd file-service-frontend
$ lein deps
```3. Run the server on development enviroment
```BASH
$ 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.
![](https://github.com/eduinlight/file-service-frontend/blob/master/images/explorer.png "explorer")
![](https://github.com/eduinlight/file-service-frontend/blob/master/images/view_image.png "view_image")
![](https://github.com/eduinlight/file-service-frontend/blob/master/images/view_video.png "view_video")---
![LICENCE](https://github.com/eduinlight/file-service-frontend/blob/master/LICENSE)