https://github.com/benruns/rails-5-playground
Project with roommate
https://github.com/benruns/rails-5-playground
Last synced: 11 months ago
JSON representation
Project with roommate
- Host: GitHub
- URL: https://github.com/benruns/rails-5-playground
- Owner: BenRuns
- Created: 2017-07-08T02:31:24.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-08T04:07:39.000Z (almost 9 years ago)
- Last Synced: 2025-03-24T06:16:44.860Z (about 1 year ago)
- Language: Ruby
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
...
### SETUP
Make sure that you have rails and postgresql installed on your machine
In the command line
1. To create the database `rake db:create'
2. To create the tables tables 'rake db:migrate'
3. To start the server the server 'rails server'