Skip to content

douglasrlee/paychecq

Repository files navigation

PayChecQ

Rails Style Guide Ruby Checks codecov

Welcome! You've found the source code to the PayChecQ.com application.

This application is a simple tool that helps people budget better by automatically bucketing money into specific expenses/goals per payday.

Afterward, it gives the user a simple safe-to-speed total that is the money in their account minus the money that is artificially moved into those expenses/goals.

That's it!

Local Development

Prerequisites

  • Ruby (Currently using Ruby 3.4.1)
  • Rails (Currently using Rails 8.0.1)
  • PostgreSQL 16 (Currently PostgreSQL 16.4)
    • Superuser admin with password password
      CREATE USER admin WITH PASSWORD 'password';
      ALTER USER admin WITH SUPERUSER;

Running Locally

To setup initially run the following command:

./bin setup --skip-server

To start the server using the following command:

./bin/dev

To run the tests use the following command:

bundle exec rspec

About

Welcome! You've found the source code to the PayChecQ.com application.

Resources

Stars

Watchers

Forks

Releases

No releases published