Gotteschalk / bookmark_manager_2

Day 2 - Makers Week 4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README for Bookmark Manager

For the original challenge refer to: bookmark manager. The commits on master branch roughly correspond with the walkthroughs provided in the challenge.

User Stories

USER STORY 1

As a user So that I can see all my favourite web pages I would like to see a personalised list of bookmarks

DATABASE SETUP INSTRUCTIONS:

Production 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

Test database

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

About

Day 2 - Makers Week 4


Languages

Language:CSS 55.0%Language:HTML 31.2%Language:Ruby 13.8%