Go to file
Louis Vallat edf60e9557
feat: added spendings for bubbles
Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
2023-12-31 19:06:33 +01:00
.idea feat: added owner to buubles 2023-12-31 18:11:17 +01:00
app feat: added spendings for bubbles 2023-12-31 19:06:33 +01:00
bin feat: initial commit 2023-11-01 17:52:46 +01:00
config feat: added spendings for bubbles 2023-12-31 19:06:33 +01:00
db feat: added spendings for bubbles 2023-12-31 19:06:33 +01:00
lib feat: added base bubble CRUD 2023-11-01 20:54:06 +01:00
log feat: initial commit 2023-11-01 17:52:46 +01:00
public feat: initial commit 2023-11-01 17:52:46 +01:00
storage feat: initial commit 2023-11-01 17:52:46 +01:00
test feat: added base bubble CRUD 2023-11-01 20:54:06 +01:00
tmp feat: initial commit 2023-11-01 17:52:46 +01:00
vendor feat: initial commit 2023-11-01 17:52:46 +01:00
.gitattributes feat: initial commit 2023-11-01 17:52:46 +01:00
.gitignore feat: initial commit 2023-11-01 17:52:46 +01:00
.ruby-version feat: initial commit 2023-11-01 17:52:46 +01:00
config.ru feat: initial commit 2023-11-01 17:52:46 +01:00
docker-compose.yml feat: initial commit 2023-11-01 17:52:46 +01:00
Gemfile feat: added base bubble CRUD 2023-11-01 20:54:06 +01:00
Gemfile.lock feat: added base bubble CRUD 2023-11-01 20:54:06 +01:00
package.json feat: initial commit 2023-11-01 17:52:46 +01:00
Procfile.dev feat: initial commit 2023-11-01 17:52:46 +01:00
Rakefile feat: initial commit 2023-11-01 17:52:46 +01:00
README.md feat: initial commit 2023-11-01 17:52:46 +01:00
yarn.lock feat: initial commit 2023-11-01 17:52:46 +01:00

README

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

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

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

  • Deployment instructions

  • ...