Giter Site home page Giter Site logo

bookmarks-manager's Introduction

Bookmarks Manager

Setting Up The Database

  1. Connect to psql in the command line.

  2. Create the database using the command CREATE DATABASE "bookmarks_manager";.

  3. Connect to the newly created database using \c bookmarks_manager.

  4. Run the queries saved in the files in db/migrations to set up the appropriate tables.

  5. To set up the test database, repeat steps 2 and 3 in psql with bookmarks_manager_test.

Application User Stories

As a User,
so I can see sites I visit regularly, 
I'd like to be able to show the full list of my bookmarks.
As a User,
so I can save a site I visit regularly,
I'd like to be able to add a bookmark to my manager.
As a User,
so I can remove a site I no longer visit regularly,
I'd like to be able to delete a bookmark from my manager.
As a User,
so I can change the title and/or url of a bookmark,
I'd like to be able to update a bookmark.

bookmarks-manager's People

Watchers

Malachi Spencer avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.