Tubely's architecture is simple. We're using:
However, small structured data, like user records, will always live in the SQLite database.
[email protected]passwordWe'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.