Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jasonmag/orion-vault
NexDue is a project that list of all your next payment dues.
https://github.com/jasonmag/orion-vault
docker docker-compose kamal rails7 rubyonrails sqlite3 stimulus
Last synced: 8 days ago
JSON representation
NexDue is a project that list of all your next payment dues.
- Host: GitHub
- URL: https://github.com/jasonmag/orion-vault
- Owner: jasonmag
- Created: 2024-08-14T16:16:33.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-25T14:53:43.000Z (20 days ago)
- Last Synced: 2024-10-25T16:33:52.043Z (19 days ago)
- Topics: docker, docker-compose, kamal, rails7, rubyonrails, sqlite3, stimulus
- Language: Ruby
- Homepage:
- Size: 396 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NexDue
NexDue is a project that list of all your next payment dues.
Things you may want to cover:
* Ruby version
- 3.2.3* System dependencies
- Ruby on Rails v7.2
- Device v4.9
- TailwindCss v2.7* Configuration
- Dockerfile
- Docker Compose
- Run Rails console command using docker-compose* Database creation
- Sqlite (default database)* Database initialization
- Sqlite migration* How to run the test suite
* Services (job queues, cache servers, search engines, etc.)
* Deployment instructions
- Kamal
- run `dotenv kamal deploy`
- to load .env file, by default Kamal2 won't load env file anymore.* ...