Playing Next Lesson In
seconds

Let's Learn AdonisJS 6 #1.1

What We'll Need Before We Begin

In This Lesson

We'll talk about some prerequisites to AdonisJS and this series. These include installing NodeJS, VS Code, a database environment, and Redis.

Created by
@tomgobich
Published
Last updated

Join the Discussion 8 comments

Create a free account to join in on the discussion
  1. @tmuco

    Hello Tom,

    Are you planning to cover automated testing in this series?

    And as always, thank you for the hard work you put into this great content.

    2
    1. Responding to tmuco
      @tomgobich

      Hi tmuco!

      Not specifically within this series, but we are planning to use the completed code from this series within another series to cover testing with Japa!

      You can find what's on our radar at the page below, though series planned isn't in any particular order.
      https://adocasts.com/schedule

      2
  2. @rnam-dev

    Many thanks for the effort you made to provide us with a very detailed training series on Adonis js, many thanks again

    1
    1. Responding to rnam-dev
      @tomgobich

      Thank you for watching, rnam!!

      1
  3. @ikeh-victor

    finding it difficult to install Redis on Windows. any alternative. I skipped it but saw the need in 2.14.

    1
    1. Responding to ikeh-victor
      @tomgobich

      Hi Ikeh! Redis is used for a very brief period in this series. I believe 2.14 and 2.15 are the only two lessons we use it within, just to show how to work with it. It is completely skippable if you don't feel like setting it up on your machine!

      Alternatively, you can use Redis Cloud. They offer a small free tier if you click "Try for Free" and then select the "Essentials" plan option during sign-up, as shown below.

      Once you've created your database, you can click on "connect" and then expand the "Redis Client" section. Here you can copy/paste the username, password, host, and port into your .env file of your project.

      Note: you have to click the "copy" button to get the actual password

      1
      1. Responding to tomgobich
        @ikeh-victor

        thank you so much, I've been able to set it up. Thank you so much. I love what you do and your dedication. kudos

        1
        1. Responding to ikeh-victor
          @tomgobich

          Awesome, I'm really happy to hear you're all set up now! Thanks a bunch, Ikeh!! 😊

          0