https://github.com/droidion/tc-recommended-clojure
Lists of classical music works recommended by TalkClassical forum members.
https://github.com/droidion/tc-recommended-clojure
clojure music
Last synced: 10 months ago
JSON representation
Lists of classical music works recommended by TalkClassical forum members.
- Host: GitHub
- URL: https://github.com/droidion/tc-recommended-clojure
- Owner: Droidion
- License: gpl-3.0
- Created: 2020-08-04T23:02:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-10T22:32:56.000Z (about 5 years ago)
- Last Synced: 2025-03-20T02:13:16.397Z (11 months ago)
- Topics: clojure, music
- Language: Clojure
- Homepage:
- Size: 422 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README



# Lists of classical music works

As recommended by TalkClassical forum members.
An exercise in making traditional website using Clojure for everything, including
- HTML ([hiccup](https://github.com/weavejester/hiccup))
- CSS ([garden](https://github.com/noprompt/garden))
- SQL ([honeysql](https://github.com/seancorfield/honeysql))
SQLite is used for data storage.
See live: https://tclist.best
## How to run
### Docker
- `$ docker-compose up -d`
- Open `http://localhost:7888/`
### Native
- Have [leiningen](https://leiningen.org) and [Clojure](https://clojure.org) installed;
- `$ lein run`
- Open `http://localhost:7888/`
## Tests
`$ lein test`
## Deploy
Use it in Docker container. Simple `docker-compose.yml` is provide to run with docker compose.
So, in the basic case just have docker and docker-compose installed and run `$ docker-compose up -d`.
In more complex cases, build your own docker-compose files based on the provided one.