Technical requirements
The most up-to-date versions of the sample code for the book can be found on GitHub at the following linked repository. The repository contains the final and completed state of the code. This chapter requires the Docker Desktop and Postman applications.
It is critical that you get lemon-mart-server up and running on your development environment and have lemon-mart communicate with it. Refer to the instructions documented here or in the README
on GitHub to get your server up and running.
For server-side implementation in Chapter 7:
- Clone the
lemon-mart-server
repository using the--recurse-submodules
option:git clone --recurse-submodules https://github.com/duluca/lemon-mart-server
- In the VS Code terminal, execute
cd web-app; git checkout master
to ensure the submodule from https://github.com/duluca/lemon-mart is on the master branch.Later, in the Git submodules section, you can configure the
web...