Skip to content

Mpinan/Bookmark_manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User stories

As a user So that I can access websites I'd like to be able to store websites in a database

As a user So that I can see a list of websites I'd like to be able to have access to the websites in the database

As a user So that I can have different websites I'd like to be able to add new websites to a database

Bookmark_manager

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors