As a user So that I can access websites I'd like to be able to store websites in a database
As a user So that I can see a list of websites I'd like to be able to have access to the websites in the database
As a user So that I can have different websites I'd like to be able to add new websites to a database
- Connect to psql
- Create the database using the psql command CREATE DATABASE bookmark_manager;
- Connect to the database using the pqsl command \c bookmark_manager;
- Run the query we have saved in the file 01_create_bookmarks_table.sql