A simple API to manage Carbon Offset consumption and Credits
API that's powering folks to purchase carbon credits, add credits, etc. If you don't happen to know what a carbon credit is:
https://en.wikipedia.org/wiki/Carbon_credit
- Ruby 3.x
- Bundler > 2.1
- PostgreSQL (libpq)
-
Set pg and sequel.pg to use libpq
bundle config --local build.pg --with-opt-dir="/opt/homebrew/opt/libpq" bundle config --local build.sequel_pg --with-opt-dir="/opt/homebrew/opt/libpq"
-
Install all Gems
bundle install
-
Run all tests
rake
- How to run the program
- Step-by-step bullets