Skip to content

Commit 9141415

Browse files
Update readme
1 parent c68b2bc commit 9141415

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ Other tools:
2525
- Taskfile
2626
- Testcontainers
2727

28+
## The app
29+
30+
It's a setup for Clojure/Script application with an example API route for getting
31+
movies list and showing them on the main page.
32+
2833
## Deploy: TL;DR
2934

3035
First deploy:
@@ -65,7 +70,7 @@ so in this case you don't need to install anything else to deploy your app.
6570
and use just `kamal` command instead of dockerized version:_
6671

6772
Install [mise-en-place](https://mise.jdx.dev/getting-started.html#quickstart) (or [asdf](https://asdf-vm.com/guide/getting-started.html)),
68-
add `ruby 3.3.0` to `.tool-versions` file and run `mise install ruby`:
73+
add `ruby 3.3.0` to `.tool-versions` file and run:
6974

7075
```shell
7176
brew install libyaml # or on Ubuntu: `sudo apt-get install libyaml-dev`
@@ -212,6 +217,8 @@ POSTGRES_PASSWORD=demo
212217
DATABASE_URL=jdbc:postgresql://localhost:5432/demo?user=demo&password=demo
213218
````
214219

220+
⚠️ Do not include file `.env.local` to git repository!
221+
215222
Run database for local development:
216223

217224
```shell
@@ -230,6 +237,12 @@ Run backend in the REPL:
230237
(reset)
231238
```
232239

240+
Run tests:
241+
242+
```shell
243+
task test
244+
```
245+
233246
## License
234247

235248
Copyright © 2024 Andrey Bogoyavlenskiy

0 commit comments

Comments
 (0)