fvarnals / Bookmarks-App

Website for creating, storing and viewing bookmarks with tags

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Website for creating, storing and viewing bookmarks with tags


Languages

Language:Ruby 93.9%Language:HTML 6.1%