Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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'