githubEdit

Prerequisites

Before we begin, there are some prerequisites that you should have to follow in this guide. These prerequisites are necessary for setting up the development environment, installing the required tools and software, and building the web application. Don't worry if you don't have all of these prerequisites yet, as we will cover the installation of the required tools as well. Please make sure you have the following knowledge and tools before continuing with this guide.

Prerequisites:

  1. Basic knowledge of HTML, CSS, and JavaScript.

    • Familiarity with web development concepts and best practices.

  2. Command line interface (CLI) knowledge.

    • Familiarity with navigating and executing commands in the terminal or command prompt.

  3. Node.js and NPM installed on your machine.

  4. Laravel Homestead installed on your machine.

  5. Git installed on your machine.

  6. Postman installed on your machine.

    • Postman is an HTTP client used for testing web APIs. It allows you to easily send HTTP requests, inspect responses, and automate API testing.

    • You can download Postman from their official website at https://www.postman.com/arrow-up-right. We will use Postman in this guide to test Laravel API endpoints.

  7. A text editor or integrated development environment (IDE) installed on your machine.

If you don't have any of these prerequisites installed, we will cover their installation in the guide.

Last updated