Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.19 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.19 KB

alt learn-pedestal-logo

Video course about Pedestal - REST API for Clojure. Including Pedestal, Component, Transit , Datomic Cloud, Datomic dev-local, Datomic Ions, and AWS deployment.

Course files

The code in this repo includes two folders - increments - code for the start of each video (if you get lost somewhere along the way just copy the content of the video you are starting and continue). cheffy this is the start of the project / course. It's the same code as in increments/06-start

Clone

$ git clone [email protected]:jacekschae/learn-pedestal-course-files.git

$ cd learn-pedestal-course-files/increments/<step-you-want-to-check-out>

Run REPL

Probably you will run your REPL from your editor, and thre is nothing stopping you to run it from the command line:

clj

Run the app

Probably you will run your REPL from your editor, and thre is nothing stopping you to run it from the command line:

clj -M:dev src/main/cheffy/server.clj

License

Copyright © 2022 Jacek Schae