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

https://github.com/davispuh/document-registry

Rails app for storing documents
https://github.com/davispuh/document-registry

Last synced: 10 months ago
JSON representation

Rails app for storing documents

Awesome Lists containing this project

README

          

# Document registry

## Ruby version

Need atleast Ruby 2.5.0

## Database creation

`rake db:migrate`

## How to run the test suite

`rake spec`

## Documentation

`rake doc`

## Deployment instructions

`rake assets:precompile RAILS_ENV=production`