Coder Social home page Coder Social logo

bookmark-manager-1's Introduction

Bookmark Manager

Makers Week 6 project - building a web app that stores web bookmarks in a database.

User Stories

As a user
So that I can refer back to websites I regularly visit
I want to see a list of my bookmarks

As a user
So that I can save an interesting article to retrieve at a later time
I want to add the site's url and title to my list of bookmarks

As a user
So I can only keep a list of websites that I want to refer back to
I want to delete old bookmarks

As a user
So that I can keep my list of bookmarks tidy
I want to update bookmarks

As a user
So that I can make notes on the bookmarks I saved
I want to comment on my bookmarks

As a user
So that I can organise my bookmarks
I want to tag bookmarks into categories

As a user
So that I can see my bookmarks based on a particular category
I want to filter bookmarks by their tag

As a user
So that others can't manipulate my list of bookmarks
I want my bookmarks to only be accessed by me

Domain Model

Bookmark Manager domain model

How to use

Set up the project locally

Clone this repository and install all the dependencies by running:

bundle install

To set up the databases, connect to psql:

psql

Create the bookmark_manager and bookmark_manager_test databases:

CREATE DATABASE bookmark_manager;
CREATE DATABASE bookmark_manager_test;

To create the tables, connect to each database in psql and run the SQL scripts in the db/migrations folder in the given order

bookmark-manager-1's People

Contributors

tuyet-le 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.