Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/luizpicolo/agenda-ruby-sinatra-mongodb

:monkey: Phone book developed for Ruby tests used, Sinatra and MongoDB
https://github.com/luizpicolo/agenda-ruby-sinatra-mongodb

Last synced: 6 days ago
JSON representation

:monkey: Phone book developed for Ruby tests used, Sinatra and MongoDB

Awesome Lists containing this project

README

        

# PhoneBook

Phone book developed for Ruby tests used, Sinatra and MongoDB

## How to used

# install MongoDB if necessary
sudo apt-get install mongodb

# Clone this repository
git clone [email protected]:luizpicolo/agenda-ruby-sinatra-mongoDB.git

# Access the repository
cd agenda-ruby-sinatra-mongoDB

# install Gems
bundle install

# Execute app
ruby app.rb

## Demo

[http://agenda-ruby.herokuapp.com/phone_book](http://agenda-ruby.herokuapp.com/phone_book)

## License

[Mit License - http://choosealicense.com/licenses/mit/](Mit License - http://choosealicense.com/licenses/mit/)