Download the example code files
You can download the example code files for this book from GitHub at https://github.com/PacktPublishing/Building-APIs-with-Strapi. If there's an update to the code, it will be updated in the GitHub repository.
Using this repository
The main
branch has the latest state of the project. Use tags
to access a specific chapter's code:
Following along with the book
If you would like to use this repository as a starting point, you can create a branch from chapter_1
and follow along with the book from there:
- Clone the repository:
git clone git@github.com:PacktPublishing/Building-APIs-with-Strapi.git OR git clone https://github.com/PacktPublishing/Building-APIs-with-Strapi.git
- Navigate to the project root folder:
cd Building-APIs-with-Strapi
- Create new branch from chapter_1:
git checkout BRANCH_NAME chapter_1
- Install the dependencies:
yarn install
- Start the development server:
yarn develop
We also have other code bundles from our rich catalog of books and videos available at https://github.com/PacktPublishing/. Check them out!