https://github.com/danielmoralesp/dating-app
https://github.com/danielmoralesp/dating-app
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danielmoralesp/dating-app
- Owner: danielmoralesp
- Created: 2017-02-27T03:23:08.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-30T21:14:34.000Z (about 10 years ago)
- Last Synced: 2025-01-17T02:11:23.428Z (12 months ago)
- Language: Ruby
- Size: 11.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Ottr
===============
Ottr is a modern dating site with old school romantic sensibilities
Ruby version - 2.2.3
Getting Started
===============
```bash
# Get the latest snapshot
git clone https://github.com/zkrzyzanowski/dating-app.git
# Install bundler gem
gem install bundler
# Install gem dependencies
bundle install
# Create database
rake db:migrate
# Start rails server
rails s
```