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

https://github.com/lukakerr/code-snippets

A rails application where users can sign up and post code snippets, vote on code snippets etc.
https://github.com/lukakerr/code-snippets

code-snippets rails ruby-on-rails snippets

Last synced: 8 months ago
JSON representation

A rails application where users can sign up and post code snippets, vote on code snippets etc.

Awesome Lists containing this project

README

          

== README

Setup database with rake db:setup. This will seed the database with placeholder values including a test account.

Go to db/seeds.rb for the user account details.