Skip to content

tracevt/tachyon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Tachyon, a rails app to help with medical records for non-profit orgs

The name is from the same anime waifu from uma musume

Ruby version

3.3.0

System dependencies

System

  • Redis
  • Elasticsearch
  • PostgreSQL
  • Bun

Gems

Frontend

Note: All of the dependencies run under bun and bunx instead of node

Configuration

Database creation

bundle exec rails db:create

Database initialization

bundle exec rails db:setup

How to run the test suite

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

Services (job queues, cache servers, search engines, etc.)

  • Sidekiq, more T.B.D.

Deployment instructions

T.B.D.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published