Skip to content

A single repository to contain code for the winter onboarding

License

Notifications You must be signed in to change notification settings

nilenso/winter-onboarding-2021

Repository files navigation

winter-onboarding-2021

example workflow

Contains the code written by onboardees of Winter 2021:

  1. Alisha
  2. Yogi
  3. Shivam

Usage

Assumes you have Lein setup on your system. If not, follow Install Lein.

Steps:

  1. Clone this repo
  2. cd into the repo and run lein deps
  3. Run lein test to run the tests

What will handlers return?

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.

About

A single repository to contain code for the winter onboarding

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published