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
- Host: GitHub
- URL: https://github.com/johnnyjayjay/servant
- Owner: JohnnyJayJay
- Created: 2020-10-07T19:19:10.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-07T19:23:30.000Z (over 5 years ago)
- Last Synced: 2025-02-09T23:27:35.039Z (11 months ago)
- Topics: clojure, hacktoberfest, web-server
- Language: Clojure
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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