Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/luizpicolo/agenda-ruby-sinatra-mongodb
- Owner: luizpicolo
- Created: 2013-07-16T19:20:41.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-05-16T23:34:18.000Z (over 8 years ago)
- Last Synced: 2024-10-21T23:53:36.577Z (24 days ago)
- Language: Ruby
- Homepage: http://agenda-ruby.herokuapp.com/phone_book
- Size: 98.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)