/Bookmarks-App

Website for creating, storing and viewing bookmarks with tags

Primary LanguageRuby

bookmarks

As a user
So I can see a list of my favourite websites
I want it to show me a list of all the bookmarks

#how to set up the database

  1. Connect to psql
  2. Create the database using the psql command CREATE DATABASE bookmark_manager;
  3. Connect to the database using the pqsl command \c bookmark_manager;
  4. Run the query we have saved in the file 01_create_bookmarks_table.sql