Giter Club home page Giter Club logo

new_bookmark_manager's Introduction

Bookmark Manager

Makers Academy Week 4 Project

This project is to create a bookmark manager, enabling users to view their links, add new links, tag them, and filter by tag.

Technologies used:

  • Testing - RSpec, Capybara
  • Back-end - Ruby, ERB
  • Front-end - HTML, CSS
  • Others - PostgreSQL, DataMapper, Sinatra, Database Cleaner, BCrypt, Mailgun

The app is live at https://new-bookmark-manager.herokuapp.com/links

bookmarkmanager

User stories:

As a user
So I can visit my favourite websites easily
I want to see a list of my links

As a user
So I can add websites to the list
I want to add a new link

As a user
So I can categorize my links
I want to tag my links

As a user
So I can find recently bookmarked sites
I want to see links in reverse chronological order

To download and use...

$ git clone https://github.com/vickymg/new_bookmark_manager.git
$ cd new_bookmark_manager
$ bundle

Create two databases using PostgreSQL:

$ psql
$ create database bookmark_manager_test;
$ create database bookmark_manager_development;

Run the database migrations:

$ rake auto_migrate                  # For development db purposes
$ rake auto_migrate RACK_ENV=test    # For testing db purposes

To start the app:

$ rackup

The page will be on http://localhost:9292/

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.