Skip to content

lucek/bookmarks_manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bookmark Manager

Bookmark manager with user authentication

Setup

  • Clone this repository

  • Install gems

    $ bundle install
    
  • Create database.yml from database.yml.example

    $ cp config/database.yml.example config/database.yml
    
  • Create the database

    $ rails db:create
    
  • Migrate the database

    $ rails db:migrate
    
  • Run the application

    $ bundle exec rails s
    
  • Running the test suite

    rspec spec
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published