The Clojure Stock market
You will need:
- A brapi api token
- As well as one of either:
- Leiningen 2.0.0 or above installed.
- Docker + Docker Compose
To start a web server for the application, run:
export BRAPI_API_TOKEN = "your brapi token"
lein ring server
If you want to use docker, instead, run:
touch .env
echo BRAPI_API_TOKEN = "your brapi token" >> .env
docker compose up
Copyright © 2023 FIXME