0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Difficulty: 3
click for more info
No active XP Potion
Accept a Quest
Login to submit answers
Tubely's architecture is simple. We're using:
However, small structured data, like user records, will always live in the SQLite database.
admin@tubely.com
password
We'll use these credentials for the entire course!
# linux
sudo apt update
sudo apt install sqlite3
# mac
brew update
brew install sqlite3
Run and submit the CLI tests.
The Boot.dev CLI requires you to be signed in to submit your solution!
Copy/paste one of the following commands into your terminal:
Run
bootdev run 967db7bd-f506-4f8b-acc3-e14ee24ff00c
Submit
bootdev run 967db7bd-f506-4f8b-acc3-e14ee24ff00c -s
Run the CLI commands to test your solution.
Using the Bootdev CLI
The Bootdev CLI is the only way to submit your solution for this type of lesson. We need to be able to run commands in your environment to verify your solution.
You can install it here. It's a Go program hosted on GitHub, so you'll need Go installed as well. Instructions are on the GitHub page.