March 2020
Intermediate to advanced
392 pages
10h 10m
English
Let's start by setting up the template we created in the previous chapter. We don't need to rewrite what we have created before, and will simply use it as a basis for this service. We will now take the template we created and copy it into our current project folder. Then, we will modify it to fit our needs, which is to install SendGrid. Go through the following steps to do that:
$ cd ~/Shop\ Backend/UserService
$ cp -r ../template/. . && rm -rf .build
$ open Package.swift
Read now
Unlock full access