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: 5 months 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-12-18T16:48:52.000Z (6 months ago)
- Last Synced: 2025-12-20T05:18:08.445Z (6 months ago)
- Topics: docker, docker-compose, kamal, rails7, rubyonrails, sqlite3, stimulus
- Language: Ruby
- Homepage:
- Size: 491 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
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 v8.0.2
- Devise 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.
* ...