9d65a4e29dc168be15f0c4a40bf7e7cbe7221319
Get up and running
- Clone the repo
bundle install- install any other dependencies you're missing or prompted for
rails db:create- if you don't have permissions
$ sudo -u postgres createuser <username>
$ psql -U postgres
postgres=# ALTER USER <username> CREATEDB;
rails db:migraterails server- Open localhost:3000
Description
Languages
Ruby
53.5%
HTML
39.5%
Dockerfile
2.5%
Shell
2.2%
JavaScript
1.8%
Other
0.5%