As a user So I can visit my favourite web sites easily I would like a list of my favourite bookmarks
As a user So I can save my favourite websites I would like to add new bookmarks
- Connect to psql
- Create the database using the psql command CREATE DATABASE bm_manager;
- Connect to the database using the pqsl command \c bm_manager;
- Run the query saved in the file 01_create_bookmarks_table.sql
- Connect to psql
- Create the database using the psql command CREATE DATABASE bm_manager_test;