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
- Host: GitHub
- URL: https://github.com/davispuh/document-registry
- Owner: davispuh
- License: unlicense
- Created: 2018-08-14T22:47:29.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-14T23:07:19.000Z (almost 8 years ago)
- Last Synced: 2025-07-24T00:44:46.691Z (11 months ago)
- Language: Ruby
- Homepage:
- Size: 54.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`