Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benruns/rails-5-playground
Project with roommate
https://github.com/benruns/rails-5-playground
Last synced: 8 days 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-08T04:07:39.000Z (over 7 years ago)
- Last Synced: 2024-12-01T13:48:18.265Z (2 months ago)
- Language: Ruby
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
...
### SETUPMake 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'