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
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
- Sidekiq, more T.B.D.
T.B.D.