Learn Relational Databases by Building a Mario Database - Build a Mario Database

Tell us what’s happening:

I’m trying to to do Relational Database course .

It says that “These courses are undergoing maintenance. If they are not working, you can learn how to run them locally”

I follow all of the steps in that link to run course locally Relational Database Course – How to Learn SQL in VSCode Using Docker and freeCodeCamp

  1. Clone the RDB Alpha repo to your computer with git clone https://github.com/freeCodeCamp/rdb-alpha

  2. Open a terminal, navigate to the rdb-alpha directory, and open VS Code with code .

  3. In VS Code, open the command palette with Ctrl / Cmd + Shift + P. Then, enter and run Dev Containers: Rebuild and Reopen in Container

  4. A new VS Code window will open and begin building the Docker image. It will take several minutes to build the first time
    this is my vs code :

for some reason folder in vscode is empty

  1. Once the image is finished building, open the command palette again with Ctrl / Cmd + Shift + P, enter and run CodeRoad: Start. The command won’t be available until the extension has finished installing in your container

  2. Click the URL tab and enter the URL of the tutorial json file for the project you want to start (ex: https://raw.githubusercontent.com/freeCodeCamp/learn-bash-by-building-a-boilerplate/main/tutorial.json) Full list of available tutorials below.

then I open terminal and type “echo hello terminal” then press Run and it says : Test Runner Failed

I did everything what’s in steps and nothing is working…

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36

This is were my steps…
My Docker

This is me doing git command

opening folder in vs code

This is for : Dev Containers: Rebuild and Reopen in Container

My docker containers:

My docker image

my docker volumes

Than after that I’m doing codeRoad: Start

I had my limits to upload images per day so then course is opend and the first task is :

The first thing you need to do is start the terminal. Do that by clicking the “hamburger” menu at the top left of the screen, going to the “terminal” section, and clicking “new terminal”. Once you open a new one, type echo hello terminal into the terminal and press enter.

  1. Capitalization matters

I open terminal and write : echo hello terminal

codeally@1970f5d5002d:~/project$ echo hello terminal
hello terminal
codeally@1970f5d5002d:~/project$

press Run and it says : Test Runner Failed

1 Like

hello and welcome to fcc forum :slight_smile:

i have been meaning to take thi course myself as wel, but due to this maintenance warning i am waitng on to be resolved, and eagerly waiting for it… :slight_smile:

i hope somebody can help you with this, happy coding :slight_smile: