Skip to content

zmotions/basketdo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basketdo

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version: 3+

  • Configuration

    • Create .env - File and configure database connection with
      • BASKETDO_DATABASE_USER
      • BASKETDO_DATABASE_PASSWORD
  • Database creation

    db:create

  • Database initialization

    db:migrate

  • How to run the test suite

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

  • Deployment instructions

Annotations

You can automatically update "schema" changes on corresponding model files via the annotate gem, use:

bundle exec annotate --models
# or
./bin/annotate --models

TODO

  • Resolve .rubocop_todo.yml files
  • Refactor Vue with Composables?
  • Fix Testing issue when vite dev server running
  • Automate testing with scripts
  • Setup Tooling / Tool Chains for project
    • Test Reporting
    • Vite Bundling report

About

A goal tracking software for lazy people

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published