Skip to content

jgeorgex/bookmark_manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BOOKMARK MANAGER

USER STORIES

User Story 1

As a user So I can visit my favourite web sites easily I would like a list of my favourite bookmarks

User Story 2

As a user So I can save my favourite websites I would like to add new bookmarks

SETUP DATABASE

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

SETUP TEST DATABASE

  1. Connect to psql
  2. Create the database using the psql command CREATE DATABASE bm_manager_test;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors