🐖 Piggy
Piggy is a web application to track your personal finances daily. You can view a monthly or annually resume about your expenses and incomes in some fancy Dashboards.
Made with Ruby on Rails 6, TailwindCSS and PostgreSQL 13; using a five layers architecture
✨ Features
🌚🌞 Dark Mode and Light Mode, you choose
|🌚|🌞|
|-|-|
||
|
💻📱 Responsive Dashboard
|💻|🔄|📱|
|-|-|-|
||
|
|
📖💌 Pagination and Notifications
|📖|💌|
|-|-|
||
|
📆🎨 Date and Color Picker
|📆|🎨|
|-|-|
||
|
👩💻 Development
🐘 Only Postgres Docker Compose
Build Docker Compose
docker-compose build
Run Docker Compose
docker-compose up
🐋 [WIP] Full docker-compose
Build Docker
docker build --tag piggy .
Run Docker
docker run piggy
🖌 Run TailwindCSS
yarn dev:server
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
…