January 2018
Intermediate to advanced
336 pages
7h 56m
English
To start with the implementation, create a project by the name of helping-hands and initialize it with a Pedestal template as discussed earlier in Chapter 6, Introduction to Pedestal. Once the project template is initialized, update the project.clj file and other configuration parameters as per the development environment setup of the playground application of Chapter 4, Development Environment. Once configured, the project.clj file should contain all the required dependencies and plugins, as shown here:
(defproject helping-hands "0.0.1-SNAPSHOT" :description "Helping Hands Application" :url "https://www.packtpub.com/application-development/microservices-clojure" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} ...Read now
Unlock full access