learn-datomic-course-files
learn-datomic-course-files copied to clipboard
🎦 Learn Datomic course files for building Cheffy REST API backed by Datomic
LearnDatomic.com
Video course about Datomic Cloud. Including 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-datomic-course-files.git
$ cd learn-datomic-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 © 2021 Jacek Schae