Plataforma de gestão de sócios e lembretes de pagamentos de quotas com integração ifthenpay.
Go to file
Hugo Peixoto 9f46baf52d Add example env and production initialization 2022-07-16 16:17:04 +01:00
app Implement letter generation 2022-07-16 11:27:43 +01:00
bin rails new 2022-06-20 20:48:08 +01:00
config Add example env and production initialization 2022-07-16 16:17:04 +01:00
db Add papertrail 2022-06-26 12:57:00 +01:00
lib Add first iteration 2022-06-25 13:48:46 +01:00
log rails new 2022-06-20 20:48:08 +01:00
public rails new 2022-06-20 20:48:08 +01:00
storage rails new 2022-06-20 20:48:08 +01:00
test Add first iteration 2022-06-25 13:48:46 +01:00
tmp rails new 2022-06-20 20:48:08 +01:00
vendor rails new 2022-06-20 20:48:08 +01:00
.dockerignore Add docker stuff 2022-07-16 11:27:56 +01:00
.gitattributes rails new 2022-06-20 20:48:08 +01:00
.gitignore Configure database 2022-06-20 20:53:38 +01:00
.ruby-version rails new 2022-06-20 20:48:08 +01:00
Dockerfile Add docker stuff 2022-07-16 11:27:56 +01:00
Gemfile Implement letter generation 2022-07-16 11:27:43 +01:00
Gemfile.lock Implement letter generation 2022-07-16 11:27:43 +01:00
README.md rails new 2022-06-20 20:48:08 +01:00
Rakefile rails new 2022-06-20 20:48:08 +01:00
config.ru rails new 2022-06-20 20:48:08 +01:00
entrypoint.sh Add docker stuff 2022-07-16 11:27:56 +01:00
env.example Add example env and production initialization 2022-07-16 16:17:04 +01:00

README.md

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

  • ...