Giter Site home page Giter Site logo

bookmark_manager's Introduction

Bookmark Manager

Introduction

This is a bookmark management system, designed to collate and organise bookmarks for a range of users. This readme will be updated with appropriate information as production progresses.

User Stories

User Story 1:

As a user So that I want to be able to view previous websites I've bookmarked I want to be able to see a list of bookmarks

User Story 2:

As a user So that I want to be able to view a website I've just visited again I want to be able to add a bookmark to a list of bookmarks

User Story 3:

As a user So that I keep my bookmark list tidy I want to be able to delete any bookmarks from a list of bookmarks

To set up the database

Connect to psql and create the bookmark_manager database:

CREATE DATABASE bookmark_manager;
CREATE TABLE bookmarks(id SERIAL PRIMARY KEY, url VARCHAR(60));

To set up the appropriate tables, connect to the database in psql and run the SQL scripts in the db/migrations folder in the given order.

You will need to create a database for the test environment as well, in order to run all the tests.

CREATE DATABASE bookmark_manager_test;
CREATE TABLE bookmarks(id SERIAL PRIMARY KEY, url VARCHAR(60));

bookmark_manager's People

Contributors

nimalank7 avatar aarongill1 avatar samjamcul avatar

Watchers

James Cloos avatar

Forkers

samjamcul

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.