An open API service indexing awesome lists of open source software.

https://github.com/johnnyjayjay/servant

Super simple file server/browser
https://github.com/johnnyjayjay/servant

clojure hacktoberfest web-server

Last synced: 9 months ago
JSON representation

Super simple file server/browser

Awesome Lists containing this project

README

          

# servant

Super simple HTTP file server/browser with basic authentication.

## Prerequisites

You will need [Leiningen](https://leiningen.org) 2.0.0 or above installed.

## Configuration

Place a single file called `config.edn` in the root directory that contains username, password and file root.
See [the example config file](./config.edn.example) for reference.

## Running

To start a web server for the application, run:

lein ring server

## License

Copyright © 2020 JohnnyJayJay