Contains the code written by onboardees of Winter 2021:
- Alisha
- Yogi
- Shivam
Assumes you have Lein setup on your system. If not, follow Install Lein.
Steps:
- Clone this repo
cd
into the repo and runlein deps
- Run
lein test
to run the tests
All handlers which render some HTML, should return a structure like below:
{:title "Whatever Page title"
:content [:div "Whatever content of div"]}
Other endpoints can return a simple ring.util.response/response
for returning something.