Tachyon, a rails app to help with medical records for non-profit orgs
The name is from the same anime waifu from uma musume
3.3.0
- Redis
- Elasticsearch
- PostgreSQL
- Bun
Note: All of the dependencies run under bun and bunx instead of node
- Brakeman Ruby on Rails Static Analysis security tool, right now these checks are manual but a scheduled pipeline will be configured once the app reaches a shippable state
bundle exec rails db:create
bundle exec rails db:setup
RSpec is used to do tests across the app, the other gems of choice to further improve the testing experience are:
- factory_bot_rails
- faker
- shoulda-matchers
- simplecov
- database_cleaner-active_record
- capybara
- selenium_webdriver
- test_prof(This profiles and adds the
let_it_behelper)
- Sidekiq, more T.B.D.
T.B.D.