https://github.com/eduinlight/file-service-backend
A file server for my local PC
https://github.com/eduinlight/file-service-backend
api-rest clojure compojure-api
Last synced: 11 months ago
JSON representation
A file server for my local PC
- Host: GitHub
- URL: https://github.com/eduinlight/file-service-backend
- Owner: eduinlight
- License: epl-2.0
- Created: 2019-03-08T00:35:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-09T23:41:39.000Z (over 5 years ago)
- Last Synced: 2025-03-11T11:53:32.507Z (over 1 year ago)
- Topics: api-rest, clojure, compojure-api
- Language: Clojure
- Homepage:
- Size: 106 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# File Server Api
This is the File server api of the [file server frontend]('https://github.com/eduinlight/file-service-frontend').
## Instructions
1. Install [leiningen](https://leiningen.org/)
2. Install dependencies
```BASH
$ git clone https://github.com/eduinlight/file-service-backend
$ cd file-service-backend
$ lein deps
```
3. Run the server on port 4000
```BASH
$ lein ring server 4000
```
## Swagger documentation
Enter to http://localhost:4000 and you will see something like this image.

---
