Introduction
In this challenge, you'll embark on a culinary journey by creating your own recipe database using PostgreSQL. As a budding food blogger, you'll set up a dedicated database named recipe_db
to manage your growing collection of recipes.
The challenge involves using the createdb
command to create the database and the psql -l
command to verify its creation by listing all databases. All commands should be executed in the default user directory ~/project
. Successfully completing the challenge will result in recipe_db
appearing in the output of psql -l
.