Skip to content

MontealegreLuis/contacts-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contacts manager

Build Status Code Climate

Command line application written in Ruby + SQLite.

Setup

Before running the application you'll need to create a database.

$ sqlite3 database.sq3 < data/table.sql

Install the application dependencies.

$ bundle install --path .bundle

Usage

Run the following command from your terminal.

$ ruby application.rb

Tests

To run the specs execute the following command:

$ bundle exec rspec --format documentation

About

Command line application to learn Ruby

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages